Pylint warning, the method _warning is called warning

pull/4420/head
Michael Scherer 2015-04-14 16:10:19 -04:00
parent b69f57d8a4
commit de57459dd4
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class Display:
def system_warning(self, msg):
if C.SYSTEM_WARNINGS:
self._warning(msg)
self.warning(msg)
def banner(self, msg, color=None):
'''