Merge pull request #10707 from mscherer/fix_deprecation_warning

Pylint warning, the method _warning is called warning
This commit is contained in:
Brian Coca 2015-04-14 16:11:56 -04:00
commit 566399422f

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