Code Review
/
aiml-fw
/
athp
/
tps
/
kubeflow-adapter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c54f1ea
)
changes in the run response status to state
67/13067/1
author
rajdeep11
<rajdeep.sin@samsung.com>
Wed, 26 Jun 2024 23:35:40 +0000
(
05:05
+0530)
committer
rajdeep11
<rajdeep.sin@samsung.com>
Wed, 26 Jun 2024 23:35:40 +0000
(
05:05
+0530)
Issue-id: AIMLFW-102
Change-Id: I73ca6ea9b8e0b86f61223f733df65bef88d31449
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
kfadapter/kfadapter_util.py
patch
|
blob
|
history
diff --git
a/kfadapter/kfadapter_util.py
b/kfadapter/kfadapter_util.py
index
8fb230e
..
6894de6
100644
(file)
--- a/
kfadapter/kfadapter_util.py
+++ b/
kfadapter/kfadapter_util.py
@@
-111,7
+111,7
@@
def wait_status_thread(name, kfc_kfconnect):
for i in dict_copy:
try:
run = kfc_kfconnect.get_kf_run(i)
- run_status = run.
run.status
+ run_status = run.
state
except: # pylint: disable=bare-except
run_status = "Manual reconcile"