Skip to content

Commit

Permalink
Merge pull request #123 from FAIRmat-NFDI/quick-fix
Browse files Browse the repository at this point in the history
Quick fix
  • Loading branch information
sherjeelshabih committed May 31, 2023
2 parents 43c9edf + fd04669 commit 6ef84b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pynxtools/dataconverter/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ def handle_dicts_entries(data, grp, entry_name, output_path, path):
else:
grp.create_dataset(entry_name, data=data["compress"])
else:
print("comes here!!")
raise InvalidDictProvided("A dictionary was provided to the template but it didn't"
" fall into any of the know cases of handling"
" dictionaries. This occured for: " + entry_name)
Expand Down

0 comments on commit 6ef84b1

Please sign in to comment.