Skip to content

Commit 23cf087

Browse files
authored
Merge pull request #530 from mvdbeek/add_completed_state
Add completed state
2 parents ee8e7ae + fdf3a2b commit 23cf087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioblend/galaxy/invocations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
log = logging.getLogger(__name__)
2626

27-
INVOCATION_TERMINAL_STATES = {"cancelled", "failed", "scheduled"}
27+
INVOCATION_TERMINAL_STATES = {"cancelled", "completed", "failed", "scheduled"}
2828
# Invocation non-terminal states are: "cancelling", "new", "ready"
2929

3030

0 commit comments

Comments
 (0)