diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-18 02:15:07 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-18 02:15:07 +0100 |
commit | f85f875cebf58e4329075f33f20dc7118773b224 (patch) | |
tree | 2426f3e2862c1ec6dee9b99c456b51e1b75f2889 /src | |
parent | typo (diff) | |
download | blueshift-f85f875cebf58e4329075f33f20dc7118773b224.tar.gz blueshift-f85f875cebf58e4329075f33f20dc7118773b224.tar.bz2 blueshift-f85f875cebf58e4329075f33f20dc7118773b224.tar.xz |
whoops
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/icc.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(): |