Closed jakkdl closed 2 years ago
So satisfying when all the tools available makes a fix close to trivial to implement. Replaced all instances of while ... in the test files since bool(...) is True. Fixes #47
while ...
bool(...)
So satisfying when all the tools available makes a fix close to trivial to implement. Replaced all instances of
while ...
in the test files sincebool(...)
is True. Fixes #47