diff options
Diffstat (limited to 'pyblackbird_cc/resources/views.py')
-rw-r--r-- | pyblackbird_cc/resources/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/resources/views.py b/pyblackbird_cc/resources/views.py index f802350..4a61988 100644 --- a/pyblackbird_cc/resources/views.py +++ b/pyblackbird_cc/resources/views.py @@ -115,7 +115,7 @@ def _extract_metadata_from_resource(resource_obj) -> ResourceInfo | None: updated=resource_obj.updated_at, ) except Exception as e: - logging.exception(f"Error extracting resource information: {e}") + logging.exception("Error extracting resource information: ") return None |