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 80c0485 commit 3365067
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nf_core/pipelines/lint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,10 +599,7 @@ def run_linting(
lint_obj._load_lint_config()
lint_obj.load_pipeline_config()

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

0 comments on commit 3365067

Please sign in to comment.