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

MAINT: remove unneeded output

parent 93a14a4d
No related branches found
No related tags found
2 merge requests!91Release 0.3,!88MAINT: convert the Validation exception to debug output in crawler_main
Pipeline #33011 canceled
...@@ -638,7 +638,6 @@ class DictElementConverter(Converter): ...@@ -638,7 +638,6 @@ class DictElementConverter(Converter):
return self._create_children_from_dict(element.value) return self._create_children_from_dict(element.value)
except ConverterValidationError as err: except ConverterValidationError as err:
path = generalStore[self.name] path = generalStore[self.name]
print(path)
raise ConverterValidationError( raise ConverterValidationError(
"Error during the validation of the dictionary located at the following node " "Error during the validation of the dictionary located at the following node "
"in the data structure:\n" "in the data structure:\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment