Skip to content

Commit cd16670

Browse files
committed
Fix exception message.
1 parent b22a822 commit cd16670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ingest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def main():
238238
except RuntimeError:
239239
pass
240240
except Exception:
241-
logger.exception("Error while ingesting %s")
241+
logger.exception("Error while ingesting %s", resources)
242242

243243
# Define visits if we ingested anything
244244
if not is_lfa and success_refs:

0 commit comments

Comments
 (0)