From 3b36ab23d5dfd3e14f1601f4f2b74b0e559ae868 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 3 Jun 2011 09:47:20 -0600 Subject: [PATCH] ... --- src/calibre/devices/apple/driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/apple/driver.py b/src/calibre/devices/apple/driver.py index bce035d25b..e1133ab929 100644 --- a/src/calibre/devices/apple/driver.py +++ b/src/calibre/devices/apple/driver.py @@ -2395,6 +2395,7 @@ class ITUNES(DriverBase): try: # Pre-emptive test to confirm functional iTunes automation interface foo = self.iTunes.Version + foo except: self.iTunes = None raise OpenFeedback('Unable to connect to iTunes.\n' +