Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Mar 6, 2025
1 parent ba2e76c commit d478ace
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nf_core/pipelines/lint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,9 +600,8 @@ def run_linting(
lint_obj.load_pipeline_config()

if (
lint_obj.lint_config
and lint_obj.lint_config.get("nfcore_components") is not None
and not lint_obj.lint_config["nfcore_components"]
lint_obj.lint_config and
lint_obj.lint_config["nfcore_components"] is not None
):
module_lint_obj = None
subworkflow_lint_obj = None
Expand Down

0 comments on commit d478ace

Please sign in to comment.