summaryrefslogtreecommitdiffstats
path: root/subcmds/start.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/start.py')
-rw-r--r--subcmds/start.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/subcmds/start.py b/subcmds/start.py
index d7772b33..9baf4256 100644
--- a/subcmds/start.py
+++ b/subcmds/start.py
@@ -168,4 +168,6 @@ revision specified in the manifest.
168 % (p.RelPath(local=opt.this_manifest_only), nb), 168 % (p.RelPath(local=opt.this_manifest_only), nb),
169 file=sys.stderr, 169 file=sys.stderr,
170 ) 170 )
171 msg_fmt = "cannot start %d project(s)"
172 self.git_event_log.ErrorEvent(msg_fmt % (len(err)), msg_fmt)
171 sys.exit(1) 173 sys.exit(1)