Skip to content

Commit d478ace

Browse files
committed
Fix
1 parent ba2e76c commit d478ace

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nf_core/pipelines/lint/__init__.py

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

602602
if (
603-
lint_obj.lint_config
604-
and lint_obj.lint_config.get("nfcore_components") is not None
605-
and not lint_obj.lint_config["nfcore_components"]
603+
lint_obj.lint_config and
604+
lint_obj.lint_config["nfcore_components"] is not None
606605
):
607606
module_lint_obj = None
608607
subworkflow_lint_obj = None

0 commit comments

Comments
 (0)