diff --git a/openpype/pipeline/colorspace.py b/openpype/pipeline/colorspace.py index c56799b54b..b4483660f5 100644 --- a/openpype/pipeline/colorspace.py +++ b/openpype/pipeline/colorspace.py @@ -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 ) )