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 e19f549 commit c13cd67Copy full SHA for c13cd67
cog_safe_push/main.py
@@ -469,7 +469,7 @@ async def run_with_semaphore(task: Task) -> None:
469
470
if errors:
471
# Display all errors with their prediction indices
472
- log.error(f"Found {len(errors)} error(s):")
+ log.error(f"💥 Found {len(errors)} error(s):")
473
for error, prediction_index in errors:
474
prefix = "" if prediction_index is None else f"[{prediction_index}] "
475
log.error(f"{prefix}{error}")
0 commit comments