Skip to content

Commit 3b364dd

Browse files
committed
html/svg ordering
1 parent 8e8aa7b commit 3b364dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/generate_badge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
with open("test.html", "w") as f:
2626
f.write(ret)
2727

28-
with open('test.html', "w") as ff:
29-
imgkit.from_file(ff, 'test.svg')
28+
with open('test.svg', "w") as ff:
29+
imgkit.from_file(ff, 'test.html')

0 commit comments

Comments
 (0)