diff options
Diffstat (limited to 'lib/compilers/python.js')
-rw-r--r-- | lib/compilers/python.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/python.js b/lib/compilers/python.js index ef362732a..09f1053f6 100644 --- a/lib/compilers/python.js +++ b/lib/compilers/python.js @@ -61,7 +61,7 @@ class PythonCompiler extends BaseCompiler { bytecodeResult.push({text: line, source: sourceLoc}); }); - return bytecodeResult; + return {asm: bytecodeResult}; } getDisasmScriptPath() { |