Skip to content

Commit 9690f7a

Browse files
committed
fix(epicworker): fix status fieldname
1 parent 8a9f983 commit 9690f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpecp/epic_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class EpicWorkerController(AbstractWaitableResourceController):
104104

105105
status_class = WorkerEpicStatus
106106

107-
status_fieldname = "status"
107+
status_fieldname = "state"
108108

109109
# TODO implement me!
110110
# def create_with_ssh_password(self, username, password):

0 commit comments

Comments
 (0)