Skip to content

Commit

Permalink
merged in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 18, 2023
2 parents 5596258 + 44f5ec0 commit 5f86dfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2337,7 +2337,7 @@ def __recover_from_error(self, exception: Exception) -> None:
# Find the cores that are not in RTE i.e. that can still be read
non_rte_cores = [
(x, y, p)
for (x, y, p), core_info in unsuccessful_cores.items()
for (x, y, p), core_info in unsuccessful_cores
if (core_info.state != CPUState.RUN_TIME_EXCEPTION and
core_info.state != CPUState.WATCHDOG)]

Expand Down

0 comments on commit 5f86dfb

Please sign in to comment.