aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kantor <michael@mikekantor.xyz>2024-10-14 00:08:16 -0400
committerMichael Kantor <michael@mikekantor.xyz>2024-10-14 00:08:16 -0400
commit9fd201e01929421abe85aaab5a206ffd1cc350f6 (patch)
tree682e99258d4424dbd0a27f14f6f740b762437dfb
parent6f8e4fb2ad9c3122c6afd25fddd7bef4502aff98 (diff)
Readded exit function that was accidently removed.HEADmaster
-rwxr-xr-xcusmodules/holiday.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cusmodules/holiday.py b/cusmodules/holiday.py
index f4ec188..d67b150 100755
--- a/cusmodules/holiday.py
+++ b/cusmodules/holiday.py
@@ -63,3 +63,4 @@ def main():
if __name__ == "__main__":
print(main())
+ sys.exit(0)