skip str casting

Co-authored-by: Kayla Man <64118225+moonyuet@users.noreply.github.com>
This commit is contained in:
Mustafa Taher 2024-06-13 22:36:29 +03:00 committed by GitHub
parent 65e8b0383a
commit 503e8bce3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ class HdaLoader(plugin.HoudiniLoader):
"id": AVALON_CONTAINER_ID,
"name": node_name,
"namespace": namespace,
"loader": str(self.__class__.__name__),
"loader": self.__class__.__name__,
"representation": context["representation"]["id"],
}