Skip to content

Commit 008e5e3

Browse files
committed
flake fix
1 parent 7dd7633 commit 008e5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

st2common/st2common/stream/listener.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ def generator(self, events=None, action_refs=None, execution_ids=None,
9898
if event_name == end_event:
9999
if body is not None and \
100100
body.status in end_statuses and \
101-
end_execution_id is not None and \
102-
body.id == end_execution_id:
101+
end_execution_id is not None and \
102+
body.id == end_execution_id:
103103
stop = True
104104
# TODO: We now do late filtering, but this could also be performed on the
105105
# message bus level if we modified our exchange layout and utilize routing keys

0 commit comments

Comments
 (0)