Skip to content
Snippets Groups Projects
Commit 29dccf3d authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

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

parent 9b6fd8cc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment