better pep8

This commit is contained in:
Jakub Jezek 2021-11-10 11:00:17 +01:00
parent 3a63f587bf
commit 83b62aad14
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -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']))