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()
|
||||||
print(f"{name} = [")
|
print(f"{name} = [")
|
||||||
for row in rows:
|
for row in rows:
|
||||||
print(f" {repr(row)},")
|
print(f" \"{row}\",")
|
||||||
print("]")
|
print("]")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue