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

parameter superficial in remove_watch superficial ignored #39

Open AlessandroLorenzi opened 6 years ago

AlessandroLorenzi commented 6 years ago

in commit #b5735a7402f406675422f4bfa3d64c6f81814f4f starting to ignore parameter superficial.

in function remove_watch should be:

- self.remove_watch_with_id(wd)
+ self.remove_watch_with_id(wd, superficial)