From b0afc6268f8584526e9de974444829b00ce99666 Mon Sep 17 00:00:00 2001 From: ccppoo Date: Thu, 15 Aug 2019 12:56:15 +0900 Subject: [PATCH] reverted changes in file.py --- file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.py b/file.py index 7c4652a..b700652 100755 --- a/file.py +++ b/file.py @@ -1,6 +1,6 @@ import os -def check_file(input_dir_path, output_dir_path, Release_version = True): +def check_file(input_dir, output_dir, Release_version = True): file_list = [] output_file_list = [] files_removed = []