You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Remove a reference to an unset local variable
See also https://github.com/rocky/python-uncompyle6/pull/388
This commit is contained in:
@@ -469,7 +469,7 @@ class Python37BaseParser(PythonParser):
|
||||
)
|
||||
else:
|
||||
assert token.attr == 3, (
|
||||
"BUILD_SLICE value must be 2 or 3; is %s" % v
|
||||
"BUILD_SLICE value must be 2 or 3; is %s" % token.attr
|
||||
)
|
||||
self.add_unique_rules(
|
||||
[
|
||||
|
Reference in New Issue
Block a user