Skip to content

Commit

Permalink
Message changes
Browse files Browse the repository at this point in the history
  • Loading branch information
philborman committed Oct 31, 2017
1 parent 91b56f9 commit 3f2228b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lazylibrarian/postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,7 @@ def processDestination(pp_path=None, dest_path=None, authorname=None, bookname=N
return False, 'calibredb import failed, %s %s' % (type(e).__name__, str(e))
else:
# we are copying the files ourselves, either it's audiobook, magazine or we don't want to use calibre
logger.debug("BookType: %s, calibredb: [%s]" % (booktype, lazylibrarian.CONFIG['IMP_CALIBREDB']))
if not os.path.exists(dest_path):
logger.debug('%s does not exist, so it\'s safe to create it' % dest_path)
elif not os.path.isdir(dest_path):
Expand Down

0 comments on commit 3f2228b

Please sign in to comment.