mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Cosmetics
This commit is contained in:
parent
8c8205a4e6
commit
5564863371
1 changed files with 3 additions and 3 deletions
|
|
@ -118,9 +118,9 @@ class CollectAnatomyInstanceData(pyblish.api.ContextPlugin):
|
||||||
joined_folder_paths = ", ".join(
|
joined_folder_paths = ", ".join(
|
||||||
[f"\"{path}\"" for path in not_found_folder_paths]
|
[f"\"{path}\"" for path in not_found_folder_paths]
|
||||||
)
|
)
|
||||||
self.log.warning((
|
self.log.warning(
|
||||||
"Not found folder entities with paths {}."
|
f"Not found folder entities with paths {joined_folder_paths}."
|
||||||
).format(joined_folder_paths))
|
)
|
||||||
|
|
||||||
def fill_missing_task_entities(self, context, project_name):
|
def fill_missing_task_entities(self, context, project_name):
|
||||||
self.log.debug("Querying task entities for instances.")
|
self.log.debug("Querying task entities for instances.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue