1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Pylint warning, the method _warning is called warning

This commit is contained in:
Michael Scherer 2015-04-14 16:10:19 -04:00
parent b69f57d8a4
commit de57459dd4

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