Skip to content

Commit

Permalink
test.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Dec 5, 2023
1 parent 4c5ae50 commit 0bdb8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynxtools/dataconverter/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ def add_default_root_attributes(data, filename, logger=pynx_logger):
def update_and_warn(key: str, value: str):
if key in data and data[key] != value:
logger.warning(
f"The NXroot entry {key} (value: {data[key]}) should not be populated by "
f"the reader. This is overwritten by the actually used value {value}"
f"The NXroot entry '{key}' (value: {data[key]}) should not be populated by "
f"the reader. This is overwritten by the actually used value '{value}'"
)
data[key] = value

Expand Down

0 comments on commit 0bdb8fe

Please sign in to comment.