[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [5.1.4/newbie] How to check end script?
- From: Jeff Pohlmeyer <yetanothergeek@...>
- Date: Mon, 7 Mar 2011 07:02:05 -0600
If you want to return an exit code to the shell, you can use e.g.
os.exit(1)
- Jeff