From 2252f2779c3568923d677491ee7df394abeadb6d Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 28 Aug 2016 16:51:24 +0200 Subject: Fix some type inconsistencies (pylint) --- poezio/tabs/listtab.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio/tabs/listtab.py') diff --git a/poezio/tabs/listtab.py b/poezio/tabs/listtab.py index 18ee1da4..ed40241b 100644 --- a/poezio/tabs/listtab.py +++ b/poezio/tabs/listtab.py @@ -32,6 +32,7 @@ class ListTab(Tab): """ Tab.__init__(self, core) self.state = 'normal' + self._error_message = '' self.name = name columns = collections.OrderedDict() for col, num in cols: -- cgit v1.2.3