Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Oct 18, 2023
1 parent 1a9a04c commit 20a4403
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ def __recover_from_error(self, exception):
non_rte_cores = [
(x, y, p)
for (x, y, p), core_info in unsuccessful_cores
if (core_info.state != CPUState.RUN_TIME_EXCEPTION and
if (core_info.state != CPUState.RUN_TIME_EXCEPTION and
core_info.state != CPUState.WATCHDOG)]

# If there are any cores that are not in RTE, extract data from them
Expand Down

0 comments on commit 20a4403

Please sign in to comment.