You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
More 3.8 try blocks
This commit is contained in:
@@ -1860,7 +1860,7 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
index = entry[arg]
|
||||
if isinstance(index, tuple):
|
||||
assert node[index[0]] == index[1], (
|
||||
"at %s[%d], expected %s node; got %s" % (
|
||||
"at %s[%d], expected '%s' node; got '%s'" % (
|
||||
node.kind, arg, index[1], node[index[0]].kind)
|
||||
)
|
||||
index = index[0]
|
||||
|
Reference in New Issue
Block a user