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

Update release.py

This commit is contained in:
drishyasankar 2019-10-31 12:33:16 +05:30 committed by GitHub
parent 70b414aca2
commit 1a84e953a9
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)