From: Ian Jackson Date: Mon, 10 Apr 2017 00:46:13 +0000 (+0100) Subject: fix exit status X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/commitdiff_plain/207f504298d577879a616faffd6107274df4d25c fix exit status Signed-off-by: Ian Jackson --- diff --git a/hippotatlib/__init__.py b/hippotatlib/__init__.py index 0c3577f..9b10fdf 100644 --- a/hippotatlib/__init__.py +++ b/hippotatlib/__init__.py @@ -695,3 +695,4 @@ def common_run(): log_debug(DBG.INIT, 'entering reactor') if not _crashing: reactor.run() print('ENDED', file=sys.stderr) + sys.exit(16)