Skip to content

Commit

Permalink
fix(inventory list): serialization error message
Browse files Browse the repository at this point in the history
Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
  • Loading branch information
PascalRepond committed Nov 20, 2024
1 parent 1c0afde commit 5a648c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rero_ils/modules/items/serializers/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def append_document_data(csv_data, documents):
except Exception as err:
current_app.logger.error(
"ERROR in csv serializer: "
f'{message} on document: {csv_data.get("document_pid")}'
f'{err} on document: {csv_data.get("document_pid")}'
)

@classmethod
Expand Down

0 comments on commit 5a648c1

Please sign in to comment.