after audit
This commit is contained in:
parent
e8e20637e6
commit
a5165dc3ba
80 changed files with 8489 additions and 7302 deletions
|
|
@ -350,7 +350,8 @@ async def _fetch_items(
|
|||
),
|
||||
timeout=timeout,
|
||||
)
|
||||
except Exception:
|
||||
except Exception as exc:
|
||||
structured_log(logger, "warning", "crossref.fetch_failed", error=str(exc))
|
||||
return []
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue