You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Correct handling "if" in dictcomp in semantic actions for 3.x
This commit is contained in:
@@ -1333,7 +1333,7 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
|
||||
if comp_store:
|
||||
self.preorder(comp_for)
|
||||
elif if_node:
|
||||
if if_node:
|
||||
self.write(" if ")
|
||||
if have_not:
|
||||
self.write("not ")
|
||||
|
Reference in New Issue
Block a user