mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2974: Fixing warnings
This commit is contained in:
parent
113156a19f
commit
7fa3389119
662 changed files with 2198 additions and 2216 deletions
|
@ -62,7 +62,7 @@ class PythonPluginExecutionThread extends Thread {
|
|||
// Setup transaction for the execution.
|
||||
try (Transaction tx = program != null ? program.openTransaction("Python command") : null) {
|
||||
// Setup Ghidra state to be passed into interpreter
|
||||
interactiveTaskMonitor.clearCanceled();
|
||||
interactiveTaskMonitor.clearCancelled();
|
||||
interactiveScript.setSourceFile(new ResourceFile(new File("python")));
|
||||
PluginTool tool = plugin.getTool();
|
||||
interactiveScript.set(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue