Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 7, 2020
1 parent 8c40b65 commit 542ad22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinnman/transceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1930,8 +1930,8 @@ def wait_for_cores_to_be_in_state(
progress_bar = DummyProgressBar(len(all_core_subsets), None)
else:
progress_bar = ProgressBar(
len(all_core_subsets) ,
"Waiting for cores to reach state(s): " + str(cpu_states))
len(all_core_subsets),
"Waiting for cores to reach state(s): " + str(cpu_states))

# check that the right number of processors are in the states
processors_ready = 0
Expand Down

0 comments on commit 542ad22

Please sign in to comment.