Skip to content

Commit 2661174

Browse files
committed
Temp workaround for odd records
1 parent 16b67f4 commit 2661174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

caltechdata_api/decustomize_schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ def decustomize_schema(
161161

162162
del json_record["publicationDate"]
163163

164-
#else:
165-
# print("No publication date set - something is odd with the record ", doi)
164+
else:
165+
print("No publication date set - something is odd with the record ", json_record)
166166

167167
# license - no url available
168168
if "rightsList" not in json_record:

0 commit comments

Comments
 (0)