FIx bug that snuck in last commit.

This commit is contained in:
rocky
2020-02-08 12:01:56 -05:00
parent b0931275a2
commit 65707fa0f8

View File

@@ -1532,7 +1532,7 @@ class Python3Parser(PythonParser):
# FIXME: Put more in this table
self.reduce_check_table = {
"except_handler_else": except_handler_else,
"ifstmt": ifstmt,
# "ifstmt": ifstmt,
"ifstmtl": ifstmt,
"ifelsestmtc": ifstmt,
"ifelsestmt": ifelsestmt,