Skip to content

Commit 2ee4a20

Browse files
wsosnamashehu
andauthored
Apply suggestion from review
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
1 parent 216e14f commit 2ee4a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def add_schema_found_configs(self):
800800
p_def := self.build_schema_param(p_val).get("default")
801801
):
802802
if self.no_prompts or Confirm.ask(
803-
f":sparkles: Default for [bold]'params.{p_key}'[/] in the pipeline config does not match schema. (schema: '{s_def}' {type(s_def)} | config: '{p_def}' {type(p_def)}). "
803+
f":sparkles: Default for [bold]'params.{p_key}'[/] in the pipeline config does not match schema. (schema: '{type(s_def)}: {s_def}' | config: '{type(p_def)}: {p_def}'). "
804804
"[blue]Update pipeline schema?"
805805
):
806806
s_key_def = s_key + ("default",)

0 commit comments

Comments
 (0)