We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b67f4 commit 2661174Copy full SHA for 2661174
caltechdata_api/decustomize_schema.py
@@ -161,8 +161,8 @@ def decustomize_schema(
161
162
del json_record["publicationDate"]
163
164
- #else:
165
- # print("No publication date set - something is odd with the record ", doi)
+ else:
+ print("No publication date set - something is odd with the record ", json_record)
166
167
# license - no url available
168
if "rightsList" not in json_record:
0 commit comments