Skip to content

Commit aef2e4b

Browse files
author
Sebastien Bourdeauducq
committedFeb 14, 2012
Use double quotes for all strings
1 parent 5165ff7 commit aef2e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def add_core_files(d, files):
2222
os.chdir("build")
2323

2424
def str2file(filename, contents):
25-
f = open(filename, 'w')
25+
f = open(filename, "w")
2626
f.write(contents)
2727
f.close()
2828

0 commit comments

Comments
 (0)
Please sign in to comment.