We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a3c5ae + c2a4893 commit 95b8003Copy full SHA for 95b8003
src/pynxtools/dataconverter/writer.py
@@ -329,7 +329,8 @@ def add_units_key(dataset, path):
329
dataset.attrs[entry_name[1:]] = data
330
except Exception as exc:
331
raise IOError(
332
- f"Unknown error occured writing the path: {path} "
+ f"Unknown error occured writing the path: {path}"
333
+ f", while writing the value: {value} "
334
f"with the following message: {str(exc)}"
335
) from exc
336
0 commit comments