plakativ.py: on windows we have to use sys.exit() instead of exit()

main
parent a26876fb1b
commit 2452e58ac8
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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))

Loading…
Cancel
Save