File transfer complete
This commit is contained in:
@@ -265,10 +265,8 @@ def mgmt_worker():
|
||||
print("[MGMT] PAUSING TEST — RUNNING MANAGEMENT TASKS...")
|
||||
resume_event.clear()
|
||||
try:
|
||||
files = ai_mgmt.list_csv_files(ai_mgmt.SERVER, ai_mgmt.SHARE)
|
||||
print(f"[MGMT] FOUND {len(files)} CSV FILE(S) ON SCOPE DRIVE.")
|
||||
for f in files:
|
||||
print(f" {f}")
|
||||
copied, failed = ai_mgmt.transfer_csv_files()
|
||||
print(f"[MGMT] TRANSFERRED {copied} FILE(S) TO DATA FOLDER. {failed} FAILED.")
|
||||
except Exception as e:
|
||||
print(f"[MGMT] ERROR: {e}")
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user