Skip to content

Commit

Permalink
Derp!
Browse files Browse the repository at this point in the history
  • Loading branch information
dkfellows committed Sep 15, 2023
1 parent dd8546c commit ff7f78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman/processes/application_copy_run_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def run(self, size: int, app_id: int, core_subsets: CoreSubsets,
partial(self.__chip_done, chip),
partial(self.__chip_err, chip, link))

def __chip_done(self, chip: Chip):
def __chip_done(self, chip: Chip, response: CheckOKResponse):
"""
Mark the chip as done, and thus eligible to be a source for copying
from.
Expand Down

0 comments on commit ff7f78d

Please sign in to comment.