Output bug fix

This commit is contained in:
Yam ZhengLim
2022-09-26 19:50:32 +08:00
parent 2042ebdf7b
commit 92affec2c5
+1 -1
View File
@@ -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():