diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-01-31 15:36:33 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-01-31 15:36:33 +0000 |
commit | 5c6ac47ef0ddad300557a3a7fe83898352bf3b4e (patch) | |
tree | 9133926428d5f14481bf7af4cf5a1e940b2993ca | |
parent | 747674a5ecdd937af197a8ebca96aa3982b3acf6 (diff) | |
download | poezio-5c6ac47ef0ddad300557a3a7fe83898352bf3b4e.tar.gz poezio-5c6ac47ef0ddad300557a3a7fe83898352bf3b4e.tar.bz2 poezio-5c6ac47ef0ddad300557a3a7fe83898352bf3b4e.tar.xz poezio-5c6ac47ef0ddad300557a3a7fe83898352bf3b4e.zip |
allo.
-rw-r--r-- | src/window.py | 2 |
1 files changed, 1 insertions, 1 deletions
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]: |