mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 13:53:23 +00:00
pylint: Fix pylint issues on utils/galaxyfy-module-EXAMPLES.py
This commit is contained in:
@@ -37,7 +37,7 @@ def module_EXAMPLES(module_in, project_prefix, collection_prefix):
|
||||
example = True
|
||||
out_lines.append(line)
|
||||
continue
|
||||
elif example and stripped in ["'''", '"""']:
|
||||
if example and stripped in ["'''", '"""']:
|
||||
_out_lines, _changed = \
|
||||
galaxyfy_playbook(project_prefix, collection_prefix,
|
||||
example_lines)
|
||||
|
||||
Reference in New Issue
Block a user