Skip to content

Bugfix release

Compare
Choose a tag to compare
@dsavoiu dsavoiu released this 01 Aug 14:10
· 22 commits to master since this release

Some output files were empty when running under Python 3. This version provides a hotfix
by forcing line-buffering on output streams and adding flush() and close() commands
where appropriate.