mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
Unused variable to make pyflakes happy
This commit is contained in:
parent
0fc753046d
commit
36512d74c2
@ -386,7 +386,7 @@ def emit_websocket_notification(endpoint, event, payload):
|
||||
payload['event'] = event
|
||||
payload['endpoint'] = endpoint
|
||||
websocket.publish(payload)
|
||||
except Exception as ex:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
_inventory_updates = threading.local()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user