pylint: Fix pylint issues on utils/galaxyfy-module-EXAMPLES.py

This commit is contained in:
Rafael Guterres Jeffman
2022-11-09 23:31:38 -03:00
parent 9b6fd8cce0
commit 29dccf3d8a

View File

@@ -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)