fix formatting

This commit is contained in:
clement.hector 2022-02-10 20:48:59 +01:00
parent b405a092e0
commit c2421af820
2 changed files with 2 additions and 3 deletions

View file

@ -328,7 +328,7 @@ class PhotoshopServerStub:
)
def hide_all_others_layers(self, layers):
"""hides all layers that are not part of the list or that are not
"""hides all layers that are not part of the list or that are not
children of this list
Args:

View file

@ -32,7 +32,6 @@ class ExtractReview(openpype.api.Extractor):
self.output_seq_filename = os.path.splitext(
stub.get_active_document_name())[0] + ".%04d.jpg"
layers = self._get_layers_from_image_instances(instance)
self.log.info("Layers image instance found: {}".format(layers))
@ -49,7 +48,7 @@ class ExtractReview(openpype.api.Extractor):
"frameEnd": len(img_list),
"fps": fps,
"stagingDir": staging_dir,
"tags": self.jpg_options['tags'], #"review"
"tags": self.jpg_options['tags'],
})
else: