Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100146 > unrolled thread

Re: storing test logs under /var/log/

Started byGanesh Pal <ganesh1pal@gmail.com>
First post2015-12-08 16:30 +0530
Last post2015-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.


Contents

  Re: storing test logs under /var/log/ Ganesh Pal <ganesh1pal@gmail.com> - 2015-12-08 16:30 +0530

#100146 — Re: storing test logs under /var/log/

FromGanesh Pal <ganesh1pal@gmail.com>
Date2015-12-08 16:30 +0530
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web