diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1909,6 +1909,9 @@ class Project(object): | |||
1909 | # mode, we just tried sync'ing from the upstream field; it doesn't exist, thus | 1909 | # mode, we just tried sync'ing from the upstream field; it doesn't exist, thus |
1910 | # abort the optimization attempt and do a full sync. | 1910 | # abort the optimization attempt and do a full sync. |
1911 | break | 1911 | break |
1912 | elif ret < 0: | ||
1913 | # Git died with a signal, exit immediately | ||
1914 | break | ||
1912 | time.sleep(random.randint(30, 45)) | 1915 | time.sleep(random.randint(30, 45)) |
1913 | 1916 | ||
1914 | if initial: | 1917 | if initial: |