reverted changes in file.py

This commit is contained in:
ccppoo 2019-08-15 12:56:15 +09:00 committed by GitHub
parent bdf8fd904e
commit b0afc6268f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = []