Skip to content

Commit

Permalink
formatted string
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Sep 30, 2024
1 parent 3a0a8ca commit c779bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/pipelines/lint/included_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def included_configs(self):
):
failed.append("Pipeline config does not include custom configs. Please uncomment the includeConfig line.")
elif (
"includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? \"${{params.custom_config_base}}/pipeline/{self.pipeline_name}.config\""
f"includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? \"${{params.custom_config_base}}/pipeline/{self.pipeline_name}.config\""
in config
):
passed.append("Pipeline config includes custom configs.")
Expand Down

0 comments on commit c779bf4

Please sign in to comment.