File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Changelog
8
8
9
9
- improved support for storing more data types in key-value stores
10
10
11
+ ### Fixed
12
+
13
+ - fixed values of some ` ActorJobStatus ` ` Enum ` members
14
+
11
15
[ 0.3.0] ( ../../releases/tag/v0.3.0 ) - 2021-08-26
12
16
-----------------------------------------------
13
17
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ class ActorJobStatus(Enum):
13
13
#: Actor job or build failed
14
14
FAILED = 'FAILED'
15
15
#: Actor job currently timing out
16
- TIMING_OUT = 'TIMING_OUT '
16
+ TIMING_OUT = 'TIMING-OUT '
17
17
#: Actor job timed out
18
- TIMED_OUT = 'TIMED_OUT '
18
+ TIMED_OUT = 'TIMED-OUT '
19
19
#: Actor job currently being aborted by user
20
20
ABORTING = 'ABORTING'
21
21
#: Actor job aborted by user
You can’t perform that action at this time.
0 commit comments