Skip to content

Commit

Permalink
Use double quotes
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <[email protected]>
  • Loading branch information
gatici committed Jul 16, 2024
1 parent f66185e commit e4cc276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/route_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def _netlink_event_listener(self, netlink_message: dict) -> None:
netlink_message (dict): The netlink message.
"""
try:
event = netlink_message.get('event')
event = netlink_message.get("event")
except Exception:
logger.exception("Error parsing netlink message")
return
Expand Down

0 comments on commit e4cc276

Please sign in to comment.