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:
parent
b69f57d8a4
commit
de57459dd4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue