summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index 54b5a7fc..df23034b 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -355,7 +355,7 @@ later is required to fix a server side protocol bug.
355 except _FetchError: 355 except _FetchError:
356 pass 356 pass
357 except Exception as e: 357 except Exception as e:
358 print('error: Cannot fetch %s (%s: %s)' \ 358 print('error: Cannot fetch %s (%s: %s)'
359 % (project.name, type(e).__name__, str(e)), file=sys.stderr) 359 % (project.name, type(e).__name__, str(e)), file=sys.stderr)
360 err_event.set() 360 err_event.set()
361 raise 361 raise