Commit de57459d by Michael Scherer

Pylint warning, the method _warning is called warning

parent b69f57d8
......@@ -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):
'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment