diff options
| -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) | 
