more windows path fixes
This commit is contained in:
parent
a37a63d8da
commit
b50821ba85
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue