diff --git a/python/hello.py b/python/hello.py index 0564ab7..154d35f 100755 --- a/python/hello.py +++ b/python/hello.py @@ -78,4 +78,5 @@ for line in file: linenum += 1 file.close() +# All done, finish with normal exit code. sys.exit(0)