Commit 56639942 by Brian Coca

Merge pull request #10707 from mscherer/fix_deprecation_warning

Pylint warning, the method _warning is called warning
parents cec42eac de57459d
...@@ -114,7 +114,7 @@ class Display: ...@@ -114,7 +114,7 @@ class Display:
def system_warning(self, msg): def system_warning(self, msg):
if C.SYSTEM_WARNINGS: if C.SYSTEM_WARNINGS:
self._warning(msg) self.warning(msg)
def banner(self, msg, color=None): 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