diff --git a/uncompyle6/parsers/parse2.py b/uncompyle6/parsers/parse2.py index 9fd5049e..db2913c1 100644 --- a/uncompyle6/parsers/parse2.py +++ b/uncompyle6/parsers/parse2.py @@ -673,6 +673,7 @@ class Python2Parser(PythonParser): if fn: if fn(self, lhs, n, rule, ast, tokens, first, last): return True + pass if rule == ("and", ("expr", "jmp_false", "expr", "\\e_come_from_opt")): # If the instruction after the instructions forming the "and" is an "YIELD_VALUE" # then this is probably an "if" inside a comprehension.