]> git.decadent.org.uk Git - dak.git/commit
dak: don't ignore SystemExit
authorJulien Cristau <jcristau@debian.org>
Wed, 27 Apr 2016 08:26:28 +0000 (10:26 +0200)
committerJulien Cristau <jcristau@debian.org>
Mon, 2 May 2016 07:57:12 +0000 (09:57 +0200)
commitedd1f6296784468d629fef0d1ccba874fe38791f
treee046c88802676aacc7d03d2cf14d787b734886c3
parent7461bfcbebaba6b6734c5b568e49f256bd0bb41c
dak: don't ignore SystemExit

Let the python interpreter handle it and actually exit with the right
status, otherwise when a sub-command calls sys.exit(1) we end up exiting
0 instead, which is confusing if not dangerous.

Signed-off-by: Julien Cristau <jcristau@debian.org>
dak/dak.py