mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove unnecessary f string
This commit is contained in:
parent
4b1f1a9584
commit
316c7e7e38
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 '%s'", url, exc_info=True
|
||||
"Failed to download image '%s'", url, exc_info=True
|
||||
)
|
||||
icon = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue