From 555b915669a7127302d2b992930f1721a8d0867c Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 10 Sep 2011 20:14:00 +0200 Subject: w t f t f --- src/windows.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3