Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Nov 29, 2023
1 parent d94ea09 commit 055a804
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pynxtools/dataconverter/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def transfer_data_into_template(input_file,
data = data_reader().read( # type: ignore[operator]
template=Template(template),
file_paths=input_file,
**kwargs
)
helpers.validate_data_dict(template, data, nxdl_root)
return data
Expand Down
1 change: 0 additions & 1 deletion pynxtools/dataconverter/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import copy
import logging
import sys
import tempfile
import xml.etree.ElementTree as ET

import h5py
Expand Down

0 comments on commit 055a804

Please sign in to comment.