mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use logger formatting
This commit is contained in:
parent
b1e4598fbd
commit
ecec0aa69d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue