rm ")"
This commit is contained in:
parent
fc5b67769b
commit
d0f08604d2
@ -325,7 +325,7 @@ def main(argv):
|
|||||||
)
|
)
|
||||||
if not os.path.isfile('.gitignore'):
|
if not os.path.isfile('.gitignore'):
|
||||||
print('- creating .gitignore')
|
print('- creating .gitignore')
|
||||||
with open('.gitignore'), 'w') as f:
|
with open('.gitignore', 'w') as f:
|
||||||
f.write('*.pyc\n')
|
f.write('*.pyc\n')
|
||||||
print('- fetching lib/config.py')
|
print('- fetching lib/config.py')
|
||||||
fetch_url(
|
fetch_url(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user