mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +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
|
example = True
|
||||||
out_lines.append(line)
|
out_lines.append(line)
|
||||||
continue
|
continue
|
||||||
elif example and stripped in ["'''", '"""']:
|
if example and stripped in ["'''", '"""']:
|
||||||
_out_lines, _changed = \
|
_out_lines, _changed = \
|
||||||
galaxyfy_playbook(project_prefix, collection_prefix,
|
galaxyfy_playbook(project_prefix, collection_prefix,
|
||||||
example_lines)
|
example_lines)
|
||||||
|
|||||||
Reference in New Issue
Block a user