Skip to content

Commit

Permalink
make removed groups an info again
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Jul 28, 2024
1 parent ef01369 commit f30bc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynxtools/dataconverter/readers/multi/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def parse_config_value(value: str) -> Tuple[str, Any]:

if value.startswith("!") and new_entry_dict[key] is None:
group_to_delete = key.rsplit("/", 1)[0]
logger.warning(
logger.info(
f"Main element {key} not provided. "
f"Removing the parent group {group_to_delete}."
)
Expand Down

0 comments on commit f30bc35

Please sign in to comment.