From: Ian Jackson Date: Mon, 10 Apr 2017 00:46:13 +0000 (+0100) Subject: fix exit status X-Git-Tag: hippotat/1.0.0~55^2~45 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=207f504298d577879a616faffd6107274df4d25c;p=hippotat.git 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)