diff options
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/sync.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index b752cfbe..a66dd6cd 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -436,9 +436,7 @@ later is required to fix a server side protocol bug. | |||
436 | _CheckoutOne docstring for details. | 436 | _CheckoutOne docstring for details. |
437 | """ | 437 | """ |
438 | try: | 438 | try: |
439 | success = self._CheckoutOne(opt, project, *args, **kwargs) | 439 | return self._CheckoutOne(opt, project, *args, **kwargs) |
440 | if not success: | ||
441 | sys.exit(1) | ||
442 | finally: | 440 | finally: |
443 | sem.release() | 441 | sem.release() |
444 | 442 | ||