summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.py b/main.py
index fead2049..abb99cc5 100755
--- a/main.py
+++ b/main.py
@@ -229,7 +229,8 @@ class _Repo(object):
229 if e.name: 229 if e.name:
230 print('error: project group must be enabled for project %s' % e.name, file=sys.stderr) 230 print('error: project group must be enabled for project %s' % e.name, file=sys.stderr)
231 else: 231 else:
232 print('error: project group must be enabled for the project in the current directory', file=sys.stderr) 232 print('error: project group must be enabled for the project in the current directory',
233 file=sys.stderr)
233 result = 1 234 result = 1
234 except SystemExit as e: 235 except SystemExit as e:
235 if e.code: 236 if e.code: