Remove a reference to an unset local variable

See also https://github.com/rocky/python-uncompyle6/pull/388
This commit is contained in:
rocky
2022-04-09 02:29:44 -04:00
parent bc71bf7acd
commit 83ab85353b

View File

@@ -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(
[