mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update client/ayon_core/plugins/publish/collect_scene_loaded_versions.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
6d0ef135cc
commit
3941040d23
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class CollectSceneLoadedVersions(pyblish.api.ContextPlugin):
|
|||
return
|
||||
|
||||
if not isinstance(host, ILoadHost):
|
||||
host_name = host.__name__
|
||||
host_name = host.name
|
||||
self.log.warning(
|
||||
f"Host {host_name} does not implement ILoadHost. "
|
||||
"Skipping querying of loaded versions in scene."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue