Skip to content

Commit ca95bcf

Browse files
committed
Resume
1 parent a722e0c commit ca95bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/pipelines/lint/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ def run_linting(
599599
lint_obj._load_lint_config()
600600
lint_obj.load_pipeline_config()
601601

602-
if lint_obj.lint_config and lint_obj.lint_config["nfcore_components"] is not None and not lint_obj.lint_config["nfcore_components"]:
602+
if lint_obj.lint_config and not lint_obj.lint_config["nfcore_components"]:
603603
module_lint_obj = None
604604
subworkflow_lint_obj = None
605605
else:

0 commit comments

Comments
 (0)