mirror of
https://gitlab.com/cief-data/data-management.git
synced 2026-08-19 04:13:57 +00:00
Output config
This commit is contained in:
+1
-2
@@ -18,9 +18,8 @@ def delete_csv_in_path(path):
|
|||||||
for file in files:
|
for file in files:
|
||||||
if file.endswith('.csv'):
|
if file.endswith('.csv'):
|
||||||
path = os.path.join(folder, file)
|
path = os.path.join(folder, file)
|
||||||
print('deleted : ', path )
|
|
||||||
os.remove(path)
|
os.remove(path)
|
||||||
print("[Delete Temp Complete]",file)
|
print("[Delete Temp Complete]", path, file)
|
||||||
|
|
||||||
|
|
||||||
def change_to_current_directory():
|
def change_to_current_directory():
|
||||||
|
|||||||
Reference in New Issue
Block a user