diff options
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r-- | subcmds/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index c433ce6f..cc058af6 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -603,7 +603,7 @@ later is required to fix a server side protocol bug. | |||
603 | bare_git.gc('--auto', config=config) | 603 | bare_git.gc('--auto', config=config) |
604 | except GitError: | 604 | except GitError: |
605 | err_event.set() | 605 | err_event.set() |
606 | except: | 606 | except Exception: |
607 | err_event.set() | 607 | err_event.set() |
608 | raise | 608 | raise |
609 | finally: | 609 | finally: |