diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-09-10 20:14:00 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-09-10 20:14:00 +0200 |
commit | 555b915669a7127302d2b992930f1721a8d0867c (patch) | |
tree | 41868b5aa41e0e95be06b12dad51b7c694b0e17c | |
parent | 1ed0581357e03112f47e24750cd952075d3174df (diff) | |
download | poezio-555b915669a7127302d2b992930f1721a8d0867c.tar.gz poezio-555b915669a7127302d2b992930f1721a8d0867c.tar.bz2 poezio-555b915669a7127302d2b992930f1721a8d0867c.tar.xz poezio-555b915669a7127302d2b992930f1721a8d0867c.zip |
w t f
t
f
-rw-r--r-- | src/windows.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows.py b/src/windows.py index 7264e2ca..7d138ad2 100644 --- a/src/windows.py +++ b/src/windows.py @@ -540,6 +540,7 @@ class TextWin(Win): message. """ if message is None: # line separator + log.debug('je build NON, cool non ? +++++++++++++++++++++++++++') self.built_lines.append(None) return 0 txt = message.txt @@ -587,6 +588,7 @@ class TextWin(Win): self._win.erase() for y, line in enumerate(lines): if line is None: + log.debug('COUCOU JE SUIS NONE\n\n-----------------') self.write_line_separator() else: msg = line.msg |