Skip to content
Snippets Groups Projects
Commit 41b61e37 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Test works again.

parent ef33786a
No related branches found
No related tags found
2 merge requests!100WIP: Filling XLSX: Seems to be working.,!93Filling XLSX: Everything except multiple choice.
Pipeline #49064 passed
......@@ -384,7 +384,7 @@ validation_schema: dict, optional
validate(data, validation_schema, format_checker=FormatChecker())
except ValidationError as ve:
print(ve.message)
raise RuntimeError("Validation failed")
raise ve
else:
print("No validation schema given, continue at your own risk.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment