We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec2480 commit 5dc6debCopy full SHA for 5dc6deb
1 file changed
circle_urls.py
@@ -20,5 +20,5 @@
20
content = filey.read()
21
for search_name in search_names:
22
content = content.replace('/%s"' %(search_name),'/%s.html"' %(search_name))
23
- with open(html_file,'w' as filey:
+ with open(html_file,'w') as filey:
24
filey.write(content)
0 commit comments