393
you are viewing a single comment's thread
view the rest of the comments
[-] niq@discuss.tchncs.de 25 points 1 year ago* (last edited 1 year ago)

For example if you want to set an explicit exit code. Calling python scripts will usually result in an exit code 0 after the script is run. If you want to set a different exit code for example 1 to indicate some error occured you can do that via sys.exit(1).

Same thing applies to other languages of course.

this post was submitted on 25 Jun 2023
393 points (98.3% liked)

Programmer Humor

32060 readers
1172 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS