mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03: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['endpoint'] = endpoint
|
||||
websocket.publish(payload)
|
||||
except Exception as ex:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
_inventory_updates = threading.local()
|
||||
|
||||
Reference in New Issue
Block a user