mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 08:26:28 +00:00
Pylint warning, the method _warning is called warning
This commit is contained in:
@@ -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):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user