You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
marshal disassembly improvement
This commit is contained in:
@@ -1247,7 +1247,7 @@ class Walker(GenericASTTraversal, object):
|
||||
#if node[1][0] not in ('unpack', 'unpack_list'):
|
||||
return '(' + self.traverse(node[1]) + ')'
|
||||
#return self.traverse(node[1])
|
||||
raise "Can't find tuple parameter" % name
|
||||
raise Exception("Can't find tuple parameter " + name)
|
||||
|
||||
|
||||
def make_function(self, node, isLambda, nested=1):
|
||||
|
Reference in New Issue
Block a user