You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Fix typo bug introduced in refactoring.
This commit is contained in:
@@ -644,8 +644,8 @@ class Python2Parser(PythonParser):
|
||||
# "and": and_check,
|
||||
"except_handler_else": except_handler_else,
|
||||
# "or": or_check,
|
||||
"try_elsestmt": tryelsestmt,
|
||||
"try_elsestmtl": tryelsestmt,
|
||||
"tryelsestmt": tryelsestmt,
|
||||
"tryelsestmtl": tryelsestmt,
|
||||
}
|
||||
self.check_reduce["and"] = "AST"
|
||||
self.check_reduce["except_handler_else"] = "tokens"
|
||||
|
Reference in New Issue
Block a user