mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
Merge 1a84e953a986ecf31e8b4d359dd904f27656c090 into d10fc80fa5da5724ec945aec12720ef41be9551f
This commit is contained in:
commit
0327a2d98d
@ -21,7 +21,7 @@ def get_new_setup_py_lines():
|
|||||||
|
|
||||||
|
|
||||||
lines = list(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)
|
sf.writelines(lines)
|
||||||
|
|
||||||
call('git pull', shell=True)
|
call('git pull', shell=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user