mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
hound fix
This commit is contained in:
parent
f18455717c
commit
a7c11f0aec
1 changed files with 2 additions and 3 deletions
|
|
@ -6,8 +6,7 @@ from openpype.pipeline import (
|
|||
)
|
||||
from pymxs import runtime as rt
|
||||
from openpype.hosts.max.api import (
|
||||
maintained_selection,
|
||||
get_all_children
|
||||
maintained_selection
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -38,7 +37,7 @@ class ExtractModelUSD(publish.Extractor,
|
|||
self.log.info("Writing USD '%s' to '%s'" % (asset_filepath,
|
||||
stagingdir))
|
||||
|
||||
log_filename ="{name}.txt".format(**instance.data)
|
||||
log_filename = "{name}.txt".format(**instance.data)
|
||||
log_filepath = os.path.join(stagingdir,
|
||||
log_filename)
|
||||
self.log.info("Writing log '%s' to '%s'" % (log_filepath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue