diff -r ffe05d369412 -r 109fb7cf658f filecache.py --- a/filecache.py Mon Jun 24 17:34:30 2019 +0300 +++ b/filecache.py Mon Jun 24 19:08:24 2019 +0300 @@ -89,7 +89,7 @@ self.cache[filename] = subfile try: path = self.find_file(filename) - with path.open() as file: + with path.open('rb') as file: model = parse.read_ldraw( file, ldraw_directories = self.ldraw_directories,