You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Merge hell
This commit is contained in:
@@ -268,7 +268,7 @@ class NonterminalActions:
|
||||
elem = elem[0]
|
||||
if elem == "ADD_VALUE":
|
||||
if self.version < (3, 0, 0):
|
||||
value = "%r" % elem.pattr
|
||||
value = "%r" % repr(elem.pattr)
|
||||
else:
|
||||
value = "%s" % str(elem.pattr)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user