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 e8cea7f commit 80f3dd0Copy full SHA for 80f3dd0
commands2/sequentialcommandgroup.py
@@ -86,7 +86,7 @@ def end(self, interrupted: bool):
86
self._currentCommandIndex = -1
87
88
def isFinished(self) -> bool:
89
- return self._currentCommandIndex == len(self._commands)
+ return self._currentCommandIndex == len(self._commands) or self._currentCommandIndex == -1
90
91
def runsWhenDisabled(self) -> bool:
92
return self._runsWhenDisabled
0 commit comments