Skip to content

Commit 53860bc

Browse files
committed
rel 2025
1 parent 1a76460 commit 53860bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigstickers/downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def convertWithPIL(input_path: Path) -> list[str]:
103103
save_all=True,
104104
loop=0,
105105
)
106-
except ValueError:
106+
except (ValueError, TypeError):
107107
logger.error(f"Failed to save {input_file} as gif")
108108
return [png_file]
109109
return [png_file, gif_file]

0 commit comments

Comments
 (0)