1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-06 14:43:28 +00:00
This commit is contained in:
Paweł Jastrzębski
2014-11-21 22:46:43 +01:00
parent 5ae72bf06d
commit bc0a52b848
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ def buildEPUB(path, chapterNames, tomeNumber):
chapter = False
for afile in filenames:
filename = getImageFileName(afile)
if not '-kcc-hq' in filename[0]:
if '-kcc-hq' not in filename[0]:
filelist.append(buildHTML(dirpath, afile, os.path.join(dirpath, afile)))
if not chapter:
chapterlist.append((dirpath.replace('Images', 'Text'), filelist[-1][1]))