1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-21 05:31:49 +00:00

nested archives are not supported

This commit is contained in:
Alex Xu
2025-07-20 13:46:45 -07:00
parent 3cd6e09bcb
commit 8ab7520754

View File

@@ -982,6 +982,9 @@ def removeNonImages(filetree):
if not files and not dirs:
os.rmdir(root)
if not os.listdir(Path(filetree).parent):
raise UserWarning('No images detected, nested archives are not supported.')
def sanitizeTree(filetree):
chapterNames = {}