Skip to content

Commit

Permalink
revert more changes not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 11, 2024
1 parent 321651a commit c70d561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacman/model/tags/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def add_ip_tag(self, ip_tag: IPTag, vertex: MachineVertex):
" the given board")

if existing_tag is None:
self._ip_tags[(board_address, ip_tag.tag)] = ip_tag
self._ip_tags[(ip_tag.board_address, ip_tag.tag)] = ip_tag
self._ip_tags_by_vertex[vertex].append(ip_tag)
else:
self._ip_tags_by_vertex[vertex].append(existing_tag)
Expand Down

0 comments on commit c70d561

Please sign in to comment.