Sly_tom_cat
Sly_tom_cat
I create watch: ``` self._watch = self._watchMngr.add_watch(self._path, self.FLAGS, exclude_filter=excl, auto_add=True, rec=True, do_glob=False) ``` I use it for while and then ty to remove it by: ``` self._watchMngr.rm_watch(self._watch[self._path], rec=True) ``` and...
Maybe not ideal but it fixes the runtime error during rm_watch(...., rec=True) execution (issue #133).
goqt + go 1.9 + os.exec + fsnotify on Linux 64bit Call to exec.Command(...).Run() fails on process.wait() with messages: ``` signal 17 received but handler not on signal stack fatal...
Fix for: #16, #7