dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
246 stars 74 forks source link

pypi inotify readme indicates to use bytestring b'/tmp' #42

Open naisanza opened 6 years ago

naisanza commented 6 years ago

Which causes it to fail, if supplying a bytestring

AttributeError: 'bytes' object has no attribute 'encode'

pypi documentation just needs to be updated to current