Skip to content

Commit

Permalink
Merge pull request #1120 from SpiNNakerManchester/transciever_minor
Browse files Browse the repository at this point in the history
use data view to get the Machine
  • Loading branch information
rowleya authored Oct 10, 2023
2 parents 9f90f97 + a690150 commit 750488b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_front_end_common/utilities/emergency_recovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _emergency_state_check():
except Exception:
logger.exception(
"Could not read the status count - going to individual cores")
machine = txrx.get_machine_details()
machine = FecDataView.get_machine()
infos = CPUInfos()
errors = list()
for chip in machine.chips:
Expand Down

0 comments on commit 750488b

Please sign in to comment.