mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -03:30
fix a bug in isolated event handling
see: https://github.com/ansible/awx/issues/6280
This commit is contained in:
@@ -301,7 +301,7 @@ class IsolatedManager(object):
|
||||
# practice
|
||||
# in this scenario, just ignore this event and try it
|
||||
# again on the next sync
|
||||
pass
|
||||
continue
|
||||
self.event_handler(event_data)
|
||||
self.handled_events.add(event)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user