diff --git a/utils/galaxyfy-module-EXAMPLES.py b/utils/galaxyfy-module-EXAMPLES.py index 31da3bb3b86359c85109aecc01844288505edc22..46a740bedb704763f6287b31a21437ce09d2522e 100644 --- a/utils/galaxyfy-module-EXAMPLES.py +++ b/utils/galaxyfy-module-EXAMPLES.py @@ -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)