Skip to content

Commit a3c6d0d

Browse files
committed
Another incorrect enum
1 parent 903e494 commit a3c6d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wes_service/cwl_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def getstate(self):
7575
if exit_code == 0:
7676
state = "COMPLETE"
7777
elif exit_code != -1:
78-
state = "ERROR"
78+
state = "EXECUTOR_ERROR"
7979

8080
return (state, exit_code)
8181

0 commit comments

Comments
 (0)