1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Merge 1a84e953a986ecf31e8b4d359dd904f27656c090 into d10fc80fa5da5724ec945aec12720ef41be9551f

This commit is contained in:
drishyasankar 2019-11-16 02:24:44 -03:00 committed by GitHub
commit 0327a2d98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ def get_new_setup_py_lines():
lines = list(get_new_setup_py_lines())
with open('setup.py', 'w') as sf:
with open('setup.py','w') as sf:
sf.writelines(lines)
call('git pull', shell=True)