From a9858557940f217b947057aa4e09519741b554f2 Mon Sep 17 00:00:00 2001 From: ccppoo <46418312+ccppoo@users.noreply.github.com> Date: Tue, 23 Apr 2019 13:48:15 +0900 Subject: [PATCH] Update file.py --- file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.py b/file.py index a17f1aa..3249abf 100644 --- a/file.py +++ b/file.py @@ -46,7 +46,7 @@ def error_messages(file_lists): return for remove_this,reason in file_lists: - file_list.remove(remove_this) + file_lists.remove(remove_this) if reason == 0: print(" REMOVED : (" + str(remove_this) +") is not PNG file format") elif reason == 1: