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

Merge branch 'dev' into f-test-deps

parents 5f8ef3fe 3cb23ce9
No related branches found
No related tags found
2 merge requests!128MNT: Added a warning when column metadata is not configured, and a better...,!122Explicit dependencies for testing, documentation, ...
Pipeline #57988 passed
......@@ -104,7 +104,7 @@ def _format_exception_table(exceptions: list[tuple], worksheet_title: str,
"type": "", "mess": [""]
})
# Setup for current Exception
curr_err_data = {}
curr_err_data: Any = {}
new_data.append(curr_err_data)
# Get field
if isinstance(row_i, int):
......
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