icatproject / icat.utils

Setup scripts and a few useful bits of Java code.
Other
0 stars 2 forks source link

Fix Python 3 compatibility #11

Closed RKrahl closed 4 years ago

RKrahl commented 4 years ago

This should fix the issue with reading bytes from the subprocess and writing that into io.StringIO described in PR #10.

RKrahl commented 4 years ago

Add another fix for the verbosity None versus 0 issue described in PR #10.