mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
fix ._cover.jpg on macos 15 (#1016)
This commit is contained in:
@@ -473,6 +473,9 @@ class Cover:
|
|||||||
stroke_width=25
|
stroke_width=25
|
||||||
)
|
)
|
||||||
copy.save(target, "JPEG", optimize=1, quality=85)
|
copy.save(target, "JPEG", optimize=1, quality=85)
|
||||||
|
dot_cover = Path(target).with_stem('._' + Path(target).stem)
|
||||||
|
if os.path.exists(dot_cover):
|
||||||
|
os.remove(dot_cover)
|
||||||
except IOError:
|
except IOError:
|
||||||
raise RuntimeError('Failed to save cover.')
|
raise RuntimeError('Failed to save cover.')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user