We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1801fee commit e51ca85Copy full SHA for e51ca85
api/models.py
@@ -36,7 +36,7 @@ def validate(cls, value):
36
class StatusValues(enum.Enum):
37
"""Enumeration to declare values to be used for Node.status"""
38
39
- COMPLETED = "completed"
+ COMPLETE = "complete"
40
PENDING = "pending"
41
TIMEOUT = "timeout"
42
0 commit comments