Code Review
/
aiml-fw
/
awmf
/
tm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
09a65ab
)
fix for the delete training job
84/13084/1
author
rajdeep11
<rajdeep.sin@samsung.com>
Thu, 27 Jun 2024 11:27:41 +0000
(16:57 +0530)
committer
rajdeep11
<rajdeep.sin@samsung.com>
Thu, 27 Jun 2024 11:27:41 +0000
(16:57 +0530)
fixed the delete training job
Change-Id: Ia1c9ec1725d0708dce34be6d69ef1b6f19903c90
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
trainingmgr/trainingmgr_main.py
patch
|
blob
|
history
diff --git
a/trainingmgr/trainingmgr_main.py
b/trainingmgr/trainingmgr_main.py
index
01d7a9d
..
216560b
100644
(file)
--- 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][1
9
]:
+ if results[0][1
7
]:
not_possible_to_delete.append(my_dict)
LOGGER.debug("Failed to process deletion request because deletion is " + \
"already in progress" + \