Pylint warning, the method _warning is called warning
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…
Reference in New Issue