mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
more f-string
This commit is contained in:
parent
ef3068a4c2
commit
b14c041cf8
1 changed files with 3 additions and 3 deletions
|
|
@ -413,9 +413,9 @@ def _load_addons_in_core(
|
|||
# - has small differences in import logic
|
||||
modules_dir = os.path.join(AYON_CORE_ROOT, "modules")
|
||||
if not os.path.exists(modules_dir):
|
||||
log.warning((
|
||||
"Could not find path when loading AYON addons \"{}\""
|
||||
).format(modules_dir))
|
||||
log.warning(
|
||||
f"Could not find path when loading AYON addons \"{modules_dir}\""
|
||||
)
|
||||
return
|
||||
|
||||
ignored_filenames = IGNORED_FILENAMES | IGNORED_DEFAULT_FILENAMES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue