You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Small int thing and sync with decompyle3
This commit is contained in:
@@ -41,7 +41,6 @@ def better_repr(v, version):
|
||||
else:
|
||||
return s
|
||||
elif isinstance(v, list):
|
||||
better_repr(v)
|
||||
if len(v) == 1:
|
||||
return "[%s,]" % better_repr(v[0], version)
|
||||
return "[%s]" % ", ".join(better_repr(i) for i in v)
|
||||
|
Reference in New Issue
Block a user