fix(global): not default True value

This commit is contained in:
Jakub Jezek 2020-08-21 16:19:59 +02:00
parent 7867e7e324
commit ad7b7c6e22
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ class ExtractJpegEXR(pyblish.api.InstancePlugin):
return
# Skip review when requested.
if not instance.data.get("review"):
if not instance.data.get("review", True):
return
# get representation and loop them