Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into gui-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkorpushov authored Jul 22, 2017
2 parents 8357c57 + fe6aa31 commit 3b732b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synccovers.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ def process_folder(inputdir, width, height, stretch, verbose):
if os.path.isdir(kindle_dir):
print('Found Kindle thumbnails directory "{}"'.format(kindle_dir))
break
elif os.path.samefile(inputdir, head):
# Possibly trailing path separator, try again, without it
tail = head
else:
print('ERROR: unable to find Kindle system directory along the path "{0}"'.format(inputdir))
sys.exit(-1)
Expand Down
1 change: 1 addition & 0 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
WINDOWS = platform.system().lower() == "windows"

VERSION = u'3.6.30'

0 comments on commit 3b732b1

Please sign in to comment.