Update openpype/pipeline/colorspace.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Ježek 2023-01-16 14:16:39 +01:00 committed by GitHub
parent e75a6213d6
commit 4a14b030b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ def _make_temp_json_file():
except IOError as _error:
raise IOError(
"Not able to create temp json file: {}".format(
"Unable to create temp json file: {}".format(
_error
)
)