You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Fix Recent CI bug
This commit is contained in:
@@ -2297,7 +2297,7 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
pass
|
||||
|
||||
have_qualname = False
|
||||
if len(ast[0]):
|
||||
if len(ast):
|
||||
if ast[0] == "sstmt":
|
||||
ast[0] = ast[0][0]
|
||||
first_stmt = ast[0]
|
||||
|
Reference in New Issue
Block a user