mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix syntax error in user patch
This commit is contained in:
@@ -43,7 +43,7 @@ class TestCallbacks(object):
|
||||
EVENTS.append([ 'import', [ host, filename ]])
|
||||
|
||||
def on_error(self, host, msg):
|
||||
EVENTS.append([ 'stderr', [ host, msg ])
|
||||
EVENTS.append([ 'stderr', [ host, msg ]])
|
||||
|
||||
def on_not_import_for_host(self, host, missing_filename):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user