Skip to content

Commit 1ee7638

Browse files
Update Multi-Platform Icon Generator/icon_generator.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1092b44 commit 1ee7638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Multi-Platform Icon Generator/icon_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def create_icon_preview(output_dir):
254254
<div class="icon-size">{icon.stem}<br>{size[0]}x{size[1]}</div>
255255
</div>
256256
"""
257-
except:
257+
except Exception:
258258
pass
259259

260260
html_content += """

0 commit comments

Comments
 (0)