Bug
Searching with Zenodo as a source produces:
[WARN] zenodo: 'str' object has no attribute 'isoformat'
Steps to reproduce
paper-search search "machine learning" --sources zenodo --max-results 5
Expected
Date fields that are already strings should be handled without calling .isoformat() on them.
Bug
Searching with Zenodo as a source produces:
Steps to reproduce
paper-search search "machine learning" --sources zenodo --max-results 5Expected
Date fields that are already strings should be handled without calling
.isoformat()on them.