more windows path fixes

This commit is contained in:
j 2016-02-23 17:45:03 +05:30
commit b50821ba85
2 changed files with 2 additions and 2 deletions

View file

@ -113,7 +113,7 @@ def collect_books(prefix, status=None):
if ext == 'kepub':
ext = 'epub'
if ext in extensions:
books.append(f)
books.append(os.path.normpath(f))
count += 1
if status and not status(count):
return None