Re: [5.1.4/newbie] How to check end script?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [5.1.4/newbie] How to check end script?
- From: Gilles Ganault <gilles.ganault@...>
- Date: 2011年3月08日 01:44:30 +0100
On Mon, 7 Mar 2011 07:02:05 -0600, Jeff Pohlmeyer
<yetanothergeek@gmail.com> wrote:
>If you want to return an exit code to the shell, you can use e.g.
>
>os.exit(1)
Thanks for the tip.