From 9fd201e01929421abe85aaab5a206ffd1cc350f6 Mon Sep 17 00:00:00 2001 From: Michael Kantor Date: Mon, 14 Oct 2024 00:08:16 -0400 Subject: Readded exit function that was accidently removed. --- cusmodules/holiday.py | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1