Skip to content

Commit

Permalink
Revert back to single quote
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 e4cc276 commit 63390dd
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 63390dd

Please sign in to comment.