Skip to content

Commit

Permalink
More debugging print calls trying to track down digest error
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Dec 1, 2022
1 parent a754bf1 commit 85a6a8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dandi/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,10 @@ def add_common_metadata(
NWB assets and non-NWB assets
"""
if digest is not None:
print("$$$$$$$$$$$$$$$$$$$$$")
print(type(digest))
metadata["digest"] = digest.asdict()
print("èèèèèèèèèèèèèèèèèèèèè")
else:
metadata["digest"] = {}
metadata["dateModified"] = get_utcnow_datetime()
Expand Down

0 comments on commit 85a6a8a

Please sign in to comment.