mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
PEP08
This commit is contained in:
parent
5df5c59609
commit
714f98fcda
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ class ExtractAlembic(colorbleed.api.Extractor):
|
|||
file_name = os.path.basename(output)
|
||||
|
||||
# We run the render
|
||||
self.log.info("Writing alembic '%s' to '%s'" % (file_name, staging_dir))
|
||||
self.log.info("Writing alembic '%s' to '%s'" % (file_name,
|
||||
staging_dir))
|
||||
ropnode.render()
|
||||
|
||||
if "files" not in instance.data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue