Closed mossblaser closed 9 years ago
My bad, sorry.
Wow... can't use GitHub, didn't wait until tests completed... I should stop doing this stuff.
Haha ;) more of the issue will be that the tests failed to clone... they should have finished yesterday...
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!