Update file.py

This commit is contained in:
ccppoo 2019-04-23 13:48:15 +09:00 committed by GitHub
parent 3a6936db56
commit a985855794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: