Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use double quotes for all strings
  • Loading branch information
Sebastien Bourdeauducq committed Feb 14, 2012
1 parent 5165ff7 commit aef2e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Expand Up @@ -22,7 +22,7 @@ def add_core_files(d, files):
os.chdir("build")

def str2file(filename, contents):
f = open(filename, 'w')
f = open(filename, "w")
f.write(contents)
f.close()

Expand Down

0 comments on commit aef2e4b

Please sign in to comment.