Skip to content

Commit 5dc6deb

Browse files
committed
oups
1 parent eec2480 commit 5dc6deb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circle_urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
content = filey.read()
2121
for search_name in search_names:
2222
content = content.replace('/%s"' %(search_name),'/%s.html"' %(search_name))
23-
with open(html_file,'w' as filey:
23+
with open(html_file,'w') as filey:
2424
filey.write(content)

0 commit comments

Comments
 (0)