generate double-quotes to avoid excessive reformatting
This commit is contained in:
parent
c1bb13becc
commit
efb2b16a0d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def dump_list(name, rows):
|
|||
print()
|
||||
print(f"{name} = [")
|
||||
for row in rows:
|
||||
print(f" {repr(row)},")
|
||||
print(f" \"{row}\",")
|
||||
print("]")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue