Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
quick fix crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor committed Mar 2, 2022
1 parent d07b2b1 commit 17eaec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/plugins/publish/extract_jpeg_exr.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def process(self, instance):
self.log.info("subset {}".format(instance.data['subset']))

# skip crypto passes.
if 'crypto' in instance.data['subset']:
if 'crypto' in instance.data['subset'].lower():
self.log.info("Skipping crypto passes.")
return

Expand Down

0 comments on commit 17eaec1

Please sign in to comment.