From 0ba31f877c7ae8b1013482880358f9ccf47776b5 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 18 Oct 2019 23:16:52 +0200 Subject: Fix pylint errors - wrong command path - pylint bug regarding slots --- poezio/tabs/rostertab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/tabs') diff --git a/poezio/tabs/rostertab.py b/poezio/tabs/rostertab.py index a5ce268b..8c80a652 100644 --- a/poezio/tabs/rostertab.py +++ b/poezio/tabs/rostertab.py @@ -914,7 +914,7 @@ class RosterInfoTab(Tab): log.error('Unable to correct a message', exc_info=True) return for jid in lines: - self.command.command_add(jid.lstrip('\n')) + self.core.command.command_add(jid.lstrip('\n')) self.core.information('Contacts imported from %s' % filepath, 'Info') @deny_anonymous -- cgit v1.2.3