On Mon, 15 Dec 2008 13:12:08 -0800, [email protected] wrote: > How can I return a non-zero status result from the script? Just do a > return 1? at the end?
``sys.exit(42)``
Ciao,
Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list
