aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/python.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/python.js')
-rw-r--r--lib/compilers/python.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/python.js b/lib/compilers/python.js
index c1e9836f9..3ee8ac880 100644
--- a/lib/compilers/python.js
+++ b/lib/compilers/python.js
@@ -35,7 +35,7 @@ export class PythonCompiler extends BaseCompiler {
this.compiler.demangler = null;
this.demanglerClass = null;
this.disasmScriptPath =
- this.compilerProps('disasmScript') || resolvePathFromAppRoot('etc', 'scripts', 'dis_all.py');
+ this.compilerProps('disasmScript') || resolvePathFromAppRoot('etc', 'scripts', 'disasms', 'dis_all.py');
}
// eslint-disable-next-line no-unused-vars