We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea2879 commit 7a080f5Copy full SHA for 7a080f5
servicex/query_core.py
@@ -197,7 +197,8 @@ def transform_complete(task: Task):
197
expandable_progress.refresh()
198
if task.exception():
199
logger.error(
200
- "ServiceX Exception", exc_info=task.exception()
+ f"ServiceX Exception for request ID {self.request_id} ({self.title})\"",
201
+ exc_info=task.exception()
202
)
203
self.cache.delete_record_by_request_id(self.request_id)
204
if download_files_task:
0 commit comments