6341 # do not bother with dirs here... |
6341 # do not bother with dirs here... |
6342 if isdir_ns: |
6342 if isdir_ns: |
6343 if recursiveSearch: |
6343 if recursiveSearch: |
6344 d = self.getRelativePath(ns) |
6344 d = self.getRelativePath(ns) |
6345 if d not in dirs: |
6345 if d not in dirs: |
6346 dirs.append(d) # noqa: M569 |
6346 dirs.append(d) # noqa: M-569 |
6347 continue |
6347 continue |
6348 |
6348 |
6349 filetype = "" |
6349 filetype = "" |
6350 bfn = ( |
6350 bfn = ( |
6351 self.__remotefsInterface.basename(fn) |
6351 self.__remotefsInterface.basename(fn) |