Correct ifelsestmtc rules for 3.x

This commit is contained in:
rocky
2020-02-09 08:14:44 -05:00
parent 339b4c56ee
commit 8836444be2
2 changed files with 12 additions and 2 deletions

View File

@@ -1534,7 +1534,7 @@ class Python3Parser(PythonParser):
"except_handler_else": except_handler_else,
# "ifstmt": ifstmt,
"ifstmtl": ifstmt,
"ifelsestmtc": ifstmt,
"ifelsestmtc": ifelsestmt,
"ifelsestmt": ifelsestmt,
"or": or_check,
"testtrue": testtrue,