mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 16:27:42 -02:30
Merge pull request #6296 from ryanpetrello/fix-iso-node-bug
fix a bug in isolated event handling Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -301,7 +301,7 @@ class IsolatedManager(object):
|
|||||||
# practice
|
# practice
|
||||||
# in this scenario, just ignore this event and try it
|
# in this scenario, just ignore this event and try it
|
||||||
# again on the next sync
|
# again on the next sync
|
||||||
pass
|
continue
|
||||||
self.event_handler(event_data)
|
self.event_handler(event_data)
|
||||||
self.handled_events.add(event)
|
self.handled_events.add(event)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user