Skip to content
Snippets Groups Projects
Commit 0bdf4ed0 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

STY: ws

parent d3120fcf
No related branches found
No related tags found
1 merge request!105REL: v0.4.0
Pipeline #33364 passed
......@@ -714,7 +714,7 @@ class JSONFileConverter(Converter):
f"{element.path}\n" + err.message)
structure_element = convert_basic_element(
json_data,
name=element.name+"_child_dict",
name=element.name + "_child_dict",
msg_prefix="The JSON File contained content that was parsed to a Python object"
" with an unexpected type.")
return [structure_element]
......@@ -749,7 +749,7 @@ class YAMLFileConverter(Converter):
f"{element.path}\n" + err.message)
structure_element = convert_basic_element(
yaml_data,
name=element.name+"_child_dict",
name=element.name + "_child_dict",
msg_prefix="The YAML File contained content that was parsed to a Python object"
" with an unexpected type.")
return [structure_element]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment