Pylint warning, the method _warning is called warning

pull/10707/head
Michael Scherer 10 years ago
parent b69f57d8a4
commit de57459dd4

@ -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):
'''

Loading…
Cancel
Save