GP-5737: Fixing bug that caused some test failures

This commit is contained in:
Ryan Kurtz 2025-06-10 10:10:05 -04:00
parent 569519fb6c
commit 4257433253
4 changed files with 11 additions and 17 deletions

View file

@ -77,7 +77,7 @@ public class JythonScript extends GhidraScript {
interpreter.execFile(jythonScript.getSourceFile(), jythonScript);
}
else {
ghidraScript.execute(scriptState);
ghidraScript.execute(scriptState, getControls());
}
if (scriptState == state) {