mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
Added comment
This commit is contained in:
parent
1abcc93837
commit
70ea9ac9a8
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ def _get_workflow_names():
|
|||
# test_config = yaml.safe_load(f.read_text())
|
||||
test_config = yaml.load(f.read_text(), Loader=yaml.BaseLoader)
|
||||
for workflow in test_config:
|
||||
if 'exit_code' not in workflow:
|
||||
# https://github.com/nf-core/modules/pull/1242 - added to cover tests
|
||||
# that expect an error and therefore will not generate a versions.yml
|
||||
if 'exit_code' not in workflow:
|
||||
yield workflow["name"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue