Skip to content

Commit cf1b245

Browse files
authored
Merge pull request #153 from openmsa/MSA-14979_prevent_running_state_ovi
MSA-14979: 🐛 Do not expose RUNNING state.
2 parents e7014ae + b6946e6 commit cf1b245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msa_sdk/msa_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def process_content(cls, status, comment, new_params, log_response=False):
5353
Parameters
5454
----------
5555
status: String
56-
Status ID: 'ENDED', 'FAIL', 'RUNNING', 'WARNING', 'PAUSE'
56+
Status ID: 'ENDED', 'FAIL', 'WARNING', 'PAUSE'
5757
comment: String
5858
Comment
5959
new_params: Dictionary

0 commit comments

Comments
 (0)