mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-28 11:09:42 +00:00
Update file.py
This commit is contained in:
parent
3a6936db56
commit
a985855794
2
file.py
2
file.py
@ -46,7 +46,7 @@ def error_messages(file_lists):
|
|||||||
return
|
return
|
||||||
|
|
||||||
for remove_this,reason in file_lists:
|
for remove_this,reason in file_lists:
|
||||||
file_list.remove(remove_this)
|
file_lists.remove(remove_this)
|
||||||
if reason == 0:
|
if reason == 0:
|
||||||
print(" REMOVED : (" + str(remove_this) +") is not PNG file format")
|
print(" REMOVED : (" + str(remove_this) +") is not PNG file format")
|
||||||
elif reason == 1:
|
elif reason == 1:
|
||||||
|
Loading…
Reference in New Issue
Block a user