Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100146 > unrolled thread
| Started by | Ganesh Pal <ganesh1pal@gmail.com> |
|---|---|
| First post | 2015-12-08 16:30 +0530 |
| Last post | 2015-12-08 16:30 +0530 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: storing test logs under /var/log/ Ganesh Pal <ganesh1pal@gmail.com> - 2015-12-08 16:30 +0530
| From | Ganesh Pal <ganesh1pal@gmail.com> |
|---|---|
| Date | 2015-12-08 16:30 +0530 |
| Subject | Re: storing test logs under /var/log/ |
| Message-ID | <mailman.56.1449572461.12405.python-list@python.org> |
> Finally. sys.exit accepts an integer, not a string.
>
Most of code uses sys.exit("some error message") , I did notice
that the error message is not displayed by sys .exit("some error
message") , do u mean that using string is not advisable with
sys.exit ?
How to I display error messages with sys.exit then ?
PS:Thanks for all your previous comments , all were quite helpful .
Regards,
Ganesh
Back to top | Article view | comp.lang.python
csiph-web