mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
better pep8
This commit is contained in:
parent
3a63f587bf
commit
83b62aad14
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class ExtractReviewDataMov(openpype.api.Extractor):
|
|||
self.log.info("Creating staging dir...")
|
||||
|
||||
if "representations" not in instance.data:
|
||||
instance.data["representations"] = list()
|
||||
instance.data["representations"] = []
|
||||
|
||||
staging_dir = os.path.normpath(
|
||||
os.path.dirname(instance.data['path']))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue