Skip to content

Commit 2be7f33

Browse files
authored
Merge branch 'release_v0.12.3' into issue_1382_quicksetup_without_sudo
2 parents f161134 + d8f8ff1 commit 2be7f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiida/cmdline/verdilib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def run(self, *args):
294294
print ""
295295
print ("Use '{} help <command>' for more information "
296296
"on a specific command.".format(execname))
297-
sys.exit(1)
297+
sys.exit(0)
298298

299299
if command in short_doc:
300300
print "Description for '%s %s'" % (execname, command)

0 commit comments

Comments
 (0)