Update consumer.py

This commit is contained in:
shamoon 2025-06-26 14:34:44 -07:00
parent d579caf1ea
commit 84b5ef7c34
No known key found for this signature in database

View File

@ -145,7 +145,7 @@ class ConsumerPluginMixin:
):
self._send_progress(100, 100, ProgressStatusOptions.FAILED, message)
self.log.error(log_message or message, exc_info=exc_info)
raise ConsumerError(f"{self.filename}: {log_message or message}") from exception
raise ConsumerError(f"{self.filename}: {log_message or message}")
class ConsumerPlugin(