summaryrefslogtreecommitdiffstats
path: root/identify/cli.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-03 08:06:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-03 08:06:55 +0000
commit545be95911a823a5422121415625e962d4e92210 (patch)
treec546d9ca8989b35350255bc95600cead1c31db4e /identify/cli.py
parentReleasing debian version 2.3.0-1. (diff)
downloadidentify-545be95911a823a5422121415625e962d4e92210.tar.xz
identify-545be95911a823a5422121415625e962d4e92210.zip
Merging upstream version 2.3.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify/cli.py')
-rw-r--r--identify/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/identify/cli.py b/identify/cli.py
index 28e6155..c61ebe4 100644
--- a/identify/cli.py
+++ b/identify/cli.py
@@ -31,4 +31,4 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
if __name__ == '__main__':
- exit(main())
+ raise SystemExit(main())