diff --git a/general_function.py b/general_function.py index 0b30c3b..b1f697e 100644 --- a/general_function.py +++ b/general_function.py @@ -19,7 +19,7 @@ def delete_csv_in_path(path): if file.endswith('.csv'): path = os.path.join(folder, file) os.remove(path) - print("[Delete Temp Complete]", path, file) + print("[Delete Temp Complete]", path) def change_to_current_directory():