Typo
This commit is contained in:
parent
ebcd104448
commit
0926382f69
@ -54,7 +54,7 @@ class _DefaultFileList(list):
|
|||||||
|
|
||||||
news_file = os.path.join(_get_source_path(), 'NEWS')
|
news_file = os.path.join(_get_source_path(), 'NEWS')
|
||||||
if not os.path.isfile(news_file):
|
if not os.path.isfile(news_file):
|
||||||
f = f.open('w')
|
f = open('w')
|
||||||
f.write('')
|
f.write('')
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user