You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case (I'm using watcher.ini file, and not yml), I had to remove quotes around regexp. For example:
excluded=^/disk1/chroot/upload/201[0-5].+,^/disk1/chroot/upload/20160[12].+
Seems like regular expressions for excluding files is not working right.
I mean regexps like those mentioned here:
https://github.com/seb-m/pyinotify/blob/master/python2/examples/exclude.py
Are they tested?
For example I am excluding in jobs.yml:
['/home/foo/bar/','^/home/foo/bar/temp.']
or even:
['/home/foo/bar/','/home/foo/bar/temp.']
but I'm still getting notified for excluded files matching the regexp.
(I'm getting notifications for files like '/home/foo/bar/temp-1-2-3').
The text was updated successfully, but these errors were encountered: