[scripts/pyprint] fix typo in list generation
This commit is contained in:
@@ -74,7 +74,7 @@ def pyprint(obj, indent=0, lmax=16):
|
||||
|
||||
ws = " " * indent
|
||||
|
||||
lines = ["{"]
|
||||
lines = ["["]
|
||||
lines.extend(
|
||||
f'''{ws} {pyprint(value, indent+4)},'''
|
||||
for value in obj
|
||||
|
||||
Reference in New Issue
Block a user