summaryrefslogtreecommitdiff
path: root/src/client.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-01-27 21:44:48 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-01-27 21:44:48 +0000
commit5137f86445221f802a78bcc393f5c63f3625422f (patch)
tree8c015922b4d9914cf817f91cea069bd90de19049 /src/client.py
parent9275ded3338b6f1fa356aaa4ee306dcb1e20b019 (diff)
downloadpoezio-5137f86445221f802a78bcc393f5c63f3625422f.tar.gz
poezio-5137f86445221f802a78bcc393f5c63f3625422f.tar.bz2
poezio-5137f86445221f802a78bcc393f5c63f3625422f.tar.xz
poezio-5137f86445221f802a78bcc393f5c63f3625422f.zip
quelques fixs, genre l'historique et les accents et tout ca
Diffstat (limited to 'src/client.py')
-rw-r--r--src/client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.py b/src/client.py
index 31792512..df7f62d5 100644
--- a/src/client.py
+++ b/src/client.py
@@ -25,7 +25,8 @@ from handler import Handler
from gui import Gui
from curses import wrapper, initscr
-sys.stderr = open('/dev/null', 'a')
+if len(sys.argv) == 1: # not debug, so hide any error message
+ sys.stderr = open('/dev/null', 'a')
class Client(object):
"""