mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
♻️ switch print for log
This commit is contained in:
parent
6c76c190eb
commit
4be13d4324
1 changed files with 1 additions and 1 deletions
|
|
@ -69,6 +69,6 @@ class HoudiniLegacyConvertor(SubsetConvertorPlugin):
|
|||
"creator_identifier": self.family_to_id[family],
|
||||
"instance_node": subset.path()
|
||||
}
|
||||
print("Converting {} to {}".format(
|
||||
self.log.info("Converting {} to {}".format(
|
||||
subset.path(), self.family_to_id[family]))
|
||||
imprint(subset, data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue