##// END OF EJS Templates
inotify: call match.explicitdir...
Siddharth Agarwal -
r19140:10103cae default
parent child Browse files
Show More
@@ -159,7 +159,7 b' class client(object):'
159 vdirs = cs.read(nbytes)
159 vdirs = cs.read(nbytes)
160 if vdirs:
160 if vdirs:
161 for vdir in vdirs.split('\0'):
161 for vdir in vdirs.split('\0'):
162 match.dir(vdir)
162 match.explicitdir(vdir)
163
163
164 return results
164 return results
165
165
General Comments 0
You need to be logged in to leave comments. Login now