danragnar

Results 1 issues of danragnar

In python 3.6.2 when writing a string to a file directly like this: `volume = gfapi.Volume('server', 'volume') volume.mount() with volume.fopen('testfile', 'w') as f: f.write("test write")` The resulting file gets weirdly...