From f85f875cebf58e4329075f33f20dc7118773b224 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 18 Mar 2014 02:15:07 +0100 Subject: whoops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/icc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icc.py b/src/icc.py index 8e0dd14..df8888b 100644 --- a/src/icc.py +++ b/src/icc.py @@ -30,7 +30,7 @@ def load_icc(pathname): content = None with open(pathname, 'rb') as file: content = file.read() - return content + return parse_icc(content) def get_current_icc(): -- cgit v1.2.3-70-g09d2