Permenant remove linux

This commit is contained in:
Yam ZhengLim
2022-09-26 19:51:26 +08:00
parent 92affec2c5
commit 0ef5784893
+1 -1
View File
@@ -18,7 +18,7 @@ def delete_csv_in_path(path):
for file in files:
if file.endswith('.csv'):
path = os.path.join(folder, file)
os.remove(path)
os.unlink(path)
print("[Delete Temp Complete]", path)