diff --git a/plakativ.py b/plakativ.py index 7f05543..ed3ea58 100644 --- a/plakativ.py +++ b/plakativ.py @@ -1305,7 +1305,7 @@ def main(): if args.gui: gui() - exit(0) + sys.exit(0) compute_layout(args.input, args.output, mode=args.mode, size=(297, 420))