From 5c6ac47ef0ddad300557a3a7fe83898352bf3b4e Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sun, 31 Jan 2010 15:36:33 +0000 Subject: allo. --- src/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/window.py b/src/window.py index a90031fa..dfae2600 100644 --- a/src/window.py +++ b/src/window.py @@ -125,7 +125,7 @@ class TextWin(object): win.attron(curses.color_pair(8)) win.addstr(line[1]) win.attroff(curses.color_pair(8)) - except: # exception happens on resize, but it doesn't change anything... + except:pass # exception happens on resize, but it doesn't change anything... elif len(line) == 3: for user in users: if user.nick == line[1]: -- cgit v1.2.3