You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Small misfeature disassemble showasm parameter use
This commit is contained in:
@@ -211,7 +211,7 @@ class Scanner2(scan.Scanner):
|
||||
pass
|
||||
pass
|
||||
|
||||
if self.show_asm in ('both', 'after'):
|
||||
if show_asm in ('both', 'after'):
|
||||
for t in tokens:
|
||||
print(t)
|
||||
print()
|
||||
|
Reference in New Issue
Block a user