Use a non-zero exit code on errors in scripts
@ -174,3 +174,4 @@ def main():
interval(args.interval, func, args)
except ConnectionError as e:
print(e)
sys.exit(1)
@ -66,3 +66,4 @@ def main():
w.work(burst=args.burst)