mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed line with f string
This commit is contained in:
parent
1a242862ef
commit
1e6c399c30
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ class CollectFromCreateContext(pyblish.api.ContextPlugin):
|
|||
context.data["projectName"] = project_name
|
||||
|
||||
for created_instance in create_context.instances:
|
||||
self.log.info(f"created_instance:: {created_instance}")
|
||||
instance_data = created_instance.data_to_store()
|
||||
if instance_data["active"]:
|
||||
thumbnail_path = thumbnail_paths_by_instance_id.get(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue