From 4a14b030b5994ca27d238ecdef68ff019137b1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Je=C5=BEek?= Date: Mon, 16 Jan 2023 14:16:39 +0100 Subject: [PATCH] Update openpype/pipeline/colorspace.py Co-authored-by: Roy Nieterau --- openpype/pipeline/colorspace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) )