mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
Unused variable to make pyflakes happy
This commit is contained in:
@@ -386,7 +386,7 @@ def emit_websocket_notification(endpoint, event, payload):
|
|||||||
payload['event'] = event
|
payload['event'] = event
|
||||||
payload['endpoint'] = endpoint
|
payload['endpoint'] = endpoint
|
||||||
websocket.publish(payload)
|
websocket.publish(payload)
|
||||||
except Exception as ex:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
_inventory_updates = threading.local()
|
_inventory_updates = threading.local()
|
||||||
|
|||||||
Reference in New Issue
Block a user