forked from mirrors/cbz
Compare commits
3
Commits
v3.4.5
...
d37be87c2f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d37be87c2f | ||
|
|
0b011a7efc | ||
|
|
62b8cf5739 |
@@ -10,7 +10,7 @@ jobs:
|
||||
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v6
|
||||
|
||||
+1
-1
@@ -176,7 +176,7 @@ class ComicInfo(ComicModel):
|
||||
|
||||
# Some archives may contain folders or hidden files (e.g., ".extra/" or "__MACOSX/.DS_Store")
|
||||
# that could corrupt the suffix detection and cause invalid image handling.
|
||||
if not suffix or suffix not in IMAGE_FORMAT:
|
||||
if suffix not in IMAGE_FORMAT:
|
||||
logging.warning(f'Skipping unsupported or invalid file: {name!r} (suffix={suffix!r})')
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user