Skip to content

Commit 943682c

Browse files
author
x0ret
committed
Fixes #274
1 parent 3f9a862 commit 943682c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uncompyle6/parsers/parse37.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def p_37misc(self, args):
130130
jmp_false37 ::= POP_JUMP_IF_FALSE COME_FROM
131131
list_if ::= expr jmp_false37 list_iter
132132
133-
_ifstmts_jump ::= c_stmts_opt come_froms
133+
ifstmt ::= testexpr _ifstmts_jump COME_FROM
134134
135135
and_not ::= expr jmp_false expr POP_JUMP_IF_TRUE
136136

0 commit comments

Comments
 (0)