Skip to content

Commit

Permalink
FixedRouteEntry extends BaseMulticastRoutingEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Mar 14, 2024
1 parent 11b79ea commit 09df1d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spinnman/processes/load_fixed_route_routing_entry_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def load_fixed_route(
:param int app_id: The ID of the application with which to associate
the routes. If not specified, defaults to 0.
"""
route_entry = Router.convert_routing_table_entry_to_spinnaker_route(
fixed_route)
with self._collect_responses():
self._send_request(FixedRouteInit(x, y, route_entry, app_id))
self._send_request(FixedRouteInit(
x, y, fixed_route.spinnaker_route, app_id))

0 comments on commit 09df1d8

Please sign in to comment.