Skip to content

Commit

Permalink
Merge branch 'master' into transceiver_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 18, 2023
2 parents e16e753 + 55a5c7c commit 5bd2a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spinnman/processes/get_routes_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def _add_routing_entry(self, route_no, offset, app_id, route, key, mask):
Router.convert_spinnaker_route_to_routing_ids(route)

self._entries[route_no + offset] = MulticastRoutingEntry(
key, mask, processor_ids, link_ids, False)
key, mask, processor_ids=processor_ids, link_ids=link_ids,
defaultable=False)

def __handle_response(self, offset, response):
for route_no in range(_ENTRIES_PER_READ):
Expand Down

0 comments on commit 5bd2a33

Please sign in to comment.