kopia lustrzana https://github.com/villares/sketch-a-day
added SVG to image extensions
rodzic
33c0d4f1ba
commit
6fb2d9f4ec
|
|
@ -26,6 +26,7 @@ def is_img_ext(file_name):
|
||||||
'gif',
|
'gif',
|
||||||
'tif',
|
'tif',
|
||||||
'tga',
|
'tga',
|
||||||
|
'svg',
|
||||||
)
|
)
|
||||||
return ext.lower() in valid_ext
|
return ext.lower() in valid_ext
|
||||||
|
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue