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:
Roy Nieterau 2025-07-23 12:22:28 +02:00 committed by GitHub
parent 6d0ef135cc
commit 3941040d23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."