project-rig / rig

A collection of tools for developing SpiNNaker applications.
GNU General Public License v2.0
4 stars 0 forks source link

BUGFIX: Open APLX files for read, not read/write. #180

Closed mossblaser closed 9 years ago

mossblaser commented 9 years ago

Previously APLX files to be loaded were opened with mode "rb+" in which the + indicates read/write mode. This has been changed to "rb" since the only thing ever done to the file is a single f.read().

Many thanks to @lplana who indirectly discovered this bug!

mundya commented 9 years ago

My bad, sorry.

mundya commented 9 years ago

Wow... can't use GitHub, didn't wait until tests completed... I should stop doing this stuff.

mossblaser commented 9 years ago

Haha ;) more of the issue will be that the tests failed to clone... they should have finished yesterday...