Skip to content

Commit 9b65f5a

Browse files
committed
http: api: commands: add missing execution state enum value
1 parent e5de077 commit 9b65f5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/enapter/http/api/commands/execution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class ExecutionState(enum.Enum):
2020
SUCCESS = "SUCCESS"
2121
ERROR = "ERROR"
2222
TIMEOUT = "TIMEOUT"
23+
UNSYNC = "UNSYNC"
2324

2425

2526
@dataclasses.dataclass

0 commit comments

Comments
 (0)