Skip to content

Commit 6431e72

Browse files
committed
Update exception handler to use consistent generic terms
1 parent f1fdccb commit 6431e72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/1-fetch/arxiv_fetch.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,10 @@ def extract_metadata_from_xml(record_xml):
407407
except Exception as e:
408408
LOGGER.error(f"Metadata extraction error: {e}")
409409
return {
410-
"category": "Unknown",
411-
"year": "Unknown",
410+
"category": "Uncategorized",
411+
"year": "Undated",
412412
"author_count": 0,
413-
"license": "Unknown",
413+
"license": "Unspecified",
414414
}
415415

416416

0 commit comments

Comments
 (0)