Skip to content

Commit 80c0485

Browse files
committedMar 6, 2025·
Fix
1 parent d478ace commit 80c0485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎nf_core/pipelines/lint/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,8 @@ def run_linting(
600600
lint_obj.load_pipeline_config()
601601

602602
if (
603-
lint_obj.lint_config and
604-
lint_obj.lint_config["nfcore_components"] is not None
603+
lint_obj.lint_config
604+
and lint_obj.lint_config["nfcore_components"] is not None
605605
):
606606
module_lint_obj = None
607607
subworkflow_lint_obj = None

0 commit comments

Comments
 (0)
Please sign in to comment.