Added comment before exit statement in hello.py example.
This commit is contained in:
parent
9c227f5a00
commit
7636600533
1 changed files with 1 additions and 0 deletions
|
|
@ -78,4 +78,5 @@ for line in file:
|
||||||
linenum += 1
|
linenum += 1
|
||||||
file.close()
|
file.close()
|
||||||
|
|
||||||
|
# All done, finish with normal exit code.
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue