mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
🐶 remove unneeded f-string
This commit is contained in:
parent
da286e3cfb
commit
e2a413f20e
1 changed files with 1 additions and 1 deletions
|
|
@ -733,7 +733,7 @@ class CreateContext:
|
|||
self.creator_discover_result = report
|
||||
for creator_class in report.abstract_plugins:
|
||||
self.log.debug(
|
||||
f"Skipping abstract Creator '%s'", str(creator_class)
|
||||
"Skipping abstract Creator '%s'", str(creator_class)
|
||||
)
|
||||
|
||||
for creator_class in report.plugins:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue