Skip to content

Commit 16bf548

Browse files
mgumowskCopilot
andauthored
Update platform/services/weights_uploader/app/pretrained_models/pretrained_models.py
Co-authored-by: Copilot <[email protected]>
1 parent e98d273 commit 16bf548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/services/weights_uploader/app/pretrained_models/pretrained_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def retry_call(call: Callable, retries: int = RETRIES, **kwargs): # noqa: ANN20
8989
call(**kwargs)
9090
break
9191
except Exception:
92-
logging.exception(f"Failed try {i + 1}/{retries}")
92+
logger.exception(f"Failed try {i + 1}/{retries}")
9393
else:
9494
raise MaxTriesExhausted
9595

0 commit comments

Comments
 (0)