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
b6d3ddc1c8
commit
3c697b92f5
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ class ContainersModel:
|
|||
except Exception:
|
||||
# skip item if required data are missing
|
||||
self._log.warning(
|
||||
f"Failed to create container item", exc_info=True
|
||||
"Failed to create container item", exc_info=True
|
||||
)
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue