From ecec0aa69d4086b5ba3d94ce84837d18c283046f Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 21 May 2025 19:39:11 +0200 Subject: [PATCH] use logger formatting --- client/ayon_core/tools/utils/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/tools/utils/lib.py b/client/ayon_core/tools/utils/lib.py index 9ee89fbf3a..ecf5dc1bc5 100644 --- a/client/ayon_core/tools/utils/lib.py +++ b/client/ayon_core/tools/utils/lib.py @@ -550,7 +550,7 @@ class _IconsCache: icon = QtGui.QIcon(pix) except Exception: log.warning( - f"Failed to download image '{url}'", exc_info=True + f"Failed to download image '%s'", url, exc_info=True ) icon = None