View Single Post
Old 09-17-2016, 03:48 PM   #1600
TBBle
Member
TBBle began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jul 2011
Device: Kobo Touch
Having IO errors on my device, I discovered a typo on line 199 of device/driver.py:
Code:
            if os.path.isfile:
should be
Code:
            if os.path.isfile(calibre_details_file):

Last edited by TBBle; 09-17-2016 at 03:50 PM. Reason: Fix formatting
TBBle is offline   Reply With Quote