Skip to content

Commit

Permalink
set variable before use
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 28, 2024
1 parent 69f236f commit 600d657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pacman/operations/router_algorithms/application_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ def _convert_a_route(

processor_ids: List[int] = list()
link_ids: List[int] = list()
next_incoming_link: _OptInt = None
for (link, next_hop) in route.children:
if link is not None:
link_ids.append(link)
Expand Down

0 comments on commit 600d657

Please sign in to comment.