diff --git a/general_function.py b/general_function.py index a608ed4..0b30c3b 100644 --- a/general_function.py +++ b/general_function.py @@ -18,9 +18,8 @@ def delete_csv_in_path(path): for file in files: if file.endswith('.csv'): path = os.path.join(folder, file) - print('deleted : ', path ) os.remove(path) - print("[Delete Temp Complete]",file) + print("[Delete Temp Complete]", path, file) def change_to_current_directory():