libfuse / python-fuse

Python 2.x/3.x bindings for libfuse 2.x
GNU Lesser General Public License v2.1
285 stars 74 forks source link

Fix file write under Python 2 in xmp.py #31

Closed drougge closed 3 years ago

drougge commented 3 years ago

I broke it with my locking fixes, apparently I only tested reading under Python 2. (In Python 3 file.write returns the length, so I thought that was true in Python 2 as well.) Sorry.

sdelafond commented 3 years ago

Thanks for the follow-up.