mirror of
https://github.com/hyugogirubato/cbz.git
synced 2026-09-26 21:41:03 +00:00
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" ]
|
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v6
|
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")
|
# 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.
|
# 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})')
|
logging.warning(f'Skipping unsupported or invalid file: {name!r} (suffix={suffix!r})')
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user