mirror of
https://gitlab.com/cief-data/data-management.git
synced 2026-08-19 04:13:57 +00:00
add function into gen_func
This commit is contained in:
+6
-1
@@ -20,4 +20,9 @@ def delete_csv_in_path(path):
|
||||
path = os.path.join(folder, file)
|
||||
print('deleted : ', path )
|
||||
os.remove(path)
|
||||
print("[Delete Temp Complete]",file)
|
||||
print("[Delete Temp Complete]",file)
|
||||
|
||||
|
||||
def change_to_current_directory():
|
||||
script_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
os.chdir(script_dir)
|
||||
Reference in New Issue
Block a user