mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Use double quotes for all strings
This commit is contained in:
parent
5165ff7ec3
commit
aef2e4b5e8
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -22,7 +22,7 @@ os.system("rm -rf build/*")
|
|||
os.chdir("build")
|
||||
|
||||
def str2file(filename, contents):
|
||||
f = open(filename, 'w')
|
||||
f = open(filename, "w")
|
||||
f.write(contents)
|
||||
f.close()
|
||||
|
||||
|
|
Loading…
Reference in a new issue