mirror of
https://github.com/ciromattia/kcc
synced 2026-06-06 14:43:28 +00:00
PEP 8
This commit is contained in:
+1
-1
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user