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
245 stars 73 forks source link

resolves #25, list of binary paths can't be logged with existing call #26

Closed my1es closed 7 years ago

my1es commented 7 years ago

Sorry its such a pathetic little fix, but I was using this library and I got sick of patching it in my conda env :)

dsoprea commented 7 years ago

A fix is a fix. Thanks. Honestly, I'd never even considered binary paths (the joke is on me).

dsoprea commented 7 years ago

By the way, if you want to make a more substantial contribution, consider writing some starter unit-tests so that we can throw this into Travis. Just saying..