Skip to content

Commit

Permalink
Fixed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Jan 14, 2015
1 parent 2bb29bd commit 38647a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacman/operations/placer_algorithms/basic_placer.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def _deal_with_constraint_placement(self, placement_constraint,
raise exceptions.PacmanPlaceException(
"cannot place subvertex {} in processor {}:{}:{} as "
"it has already been assigned".format(subvertex_label,
x, y))
x, y, p))
else:
chip_usage = self._sdram_tracker.get_usage(x, y)
total_usage_after_assigment =\
Expand Down

0 comments on commit 38647a8

Please sign in to comment.