From: rajdeep11 Date: Thu, 27 Jun 2024 11:27:41 +0000 (+0530) Subject: fix for the delete training job X-Git-Tag: 3.0.0~93 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=3f706e481c42d47024a8ca65954c5963cac05fac;p=aiml-fw%2Fawmf%2Ftm.git fix for the delete training job fixed the delete training job Change-Id: Ia1c9ec1725d0708dce34be6d69ef1b6f19903c90 Signed-off-by: rajdeep11 --- diff --git a/trainingmgr/trainingmgr_main.py b/trainingmgr/trainingmgr_main.py index 01d7a9d..216560b 100644 --- a/trainingmgr/trainingmgr_main.py +++ b/trainingmgr/trainingmgr_main.py @@ -1181,7 +1181,7 @@ def delete_list_of_trainingjob_version(): if results: - if results[0][19]: + if results[0][17]: not_possible_to_delete.append(my_dict) LOGGER.debug("Failed to process deletion request because deletion is " + \ "already in progress" + \