mirror of
https://gitlab.com/cief-data/data-management.git
synced 2026-08-19 04:13:57 +00:00
Permenant remove linux
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user