We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6f250 commit e5fb50dCopy full SHA for e5fb50d
httomo/yaml_checker.py
@@ -239,7 +239,7 @@ def check_omitted_parameters_are_not_required(conf: PipelineConfig) -> bool:
239
for param in omitted_params:
240
if template_param_dict[param] == "REQUIRED":
241
err_str = (
242
- f"The parameter '{param}' for '{config["method"]}' was omitted but is "
+ f"The parameter '{param}' for '{config['method']}' was omitted but is "
243
"required."
244
)
245
_print_with_colour(err_str)
0 commit comments