Skip to content

Commit c13cd67

Browse files
explosion
1 parent e19f549 commit c13cd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cog_safe_push/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ async def run_with_semaphore(task: Task) -> None:
469469

470470
if errors:
471471
# Display all errors with their prediction indices
472-
log.error(f"Found {len(errors)} error(s):")
472+
log.error(f"💥 Found {len(errors)} error(s):")
473473
for error, prediction_index in errors:
474474
prefix = "" if prediction_index is None else f"[{prediction_index}] "
475475
log.error(f"{prefix}{error}")

0 commit comments

Comments
 (0)