From ac1317ab07aae5f4c303b98ea2e5bc7c04f7170c Mon Sep 17 00:00:00 2001 From: Christian Huitema Date: Thu, 4 Apr 2024 13:01:53 -0700 Subject: [PATCH] Fix destination path in copy --- src/imrs_cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imrs_cluster.py b/src/imrs_cluster.py index 0a6b1d8..4acf6b9 100644 --- a/src/imrs_cluster.py +++ b/src/imrs_cluster.py @@ -91,7 +91,7 @@ def process_cluster(cluster_id, result_folder, tmp_folder, ithitool, dates, do_d if do_debug: print(report_name + ": no cbor file.") elif len(file_list) == 1: - cp_cmd = "cp " + file_list[0] + " " + ipstats_file_name + cp_cmd = "cp " + file_list[0] + " " + ipstats_file cp_ret = os.system(cp_cmd) if cp_ret == 0: if do_debug: