SpiNNakerManchester / SpiNNFrontEndCommon

Common support code for user-facing front end systems.
Apache License 2.0
12 stars 11 forks source link

What is the length of a bool? #1072

Closed dkfellows closed 1 year ago

dkfellows commented 1 year ago

https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/blob/9d93dc14b469d3feccc8be9645fb413fd1ec7bca/spinn_front_end_common/utilities/emergency_recovery.py#L61

len(len(errors) > 0)? Really?