diff options
author | Michael Kantor <michael@mikekantor.xyz> | 2024-10-14 00:08:16 -0400 |
---|---|---|
committer | Michael Kantor <michael@mikekantor.xyz> | 2024-10-14 00:08:16 -0400 |
commit | 9fd201e01929421abe85aaab5a206ffd1cc350f6 (patch) | |
tree | 682e99258d4424dbd0a27f14f6f740b762437dfb /cusmodules | |
parent | 6f8e4fb2ad9c3122c6afd25fddd7bef4502aff98 (diff) |
Diffstat (limited to 'cusmodules')
-rwxr-xr-x | cusmodules/holiday.py | 1 |
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) |