Fix updating the win32 python repo.
This commit is contained in:
parent
41f0f9bcf3
commit
b91f29429e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def update_win32_python():
|
||||||
subprocess.check_call(['git', 'clone', PYTHON_26_URL])
|
subprocess.check_call(['git', 'clone', PYTHON_26_URL])
|
||||||
else:
|
else:
|
||||||
with scoped_cwd('python_26'):
|
with scoped_cwd('python_26'):
|
||||||
subprocess.check_call(['git', 'pull', '--rebase'])
|
subprocess.check_call(['git', 'pull', '--rebase', 'origin', 'master'])
|
||||||
|
|
||||||
|
|
||||||
def touch_config_gypi():
|
def touch_config_gypi():
|
||||||
|
|
Loading…
Reference in a new issue