diff --git a/log.txt b/log.txt new file mode 100644 index 000000000..9a85a7db5 Binary files /dev/null and b/log.txt differ diff --git a/test/test_convert.py b/test/test_convert.py index 9e3c106bd..0eef2f714 100644 --- a/test/test_convert.py +++ b/test/test_convert.py @@ -184,7 +184,7 @@ class ConvertCliTest(unittest.TestCase, TestHelper, ConvertCommand): image_path = os.path.join(_common.RSRC, 'image-2x3.jpg') self.album.artpath = image_path self.album.store() - with open(os.path.join(image_path)) as f: + with open(os.path.join(image_path), 'rb') as f: image_data = f.read() with control_stdin('y'):