We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a2c4f commit 1d97b3aCopy full SHA for 1d97b3a
bin/dots
@@ -266,7 +266,7 @@ class Configuration(object):
266
# Create a copy of path_filters as if each is a directory
267
dir_path_filters = [os.path.normpath(p) + os.sep for p in path_filters]
268
269
- # Filter out files that aren't
+ # Filter out files that aren't in the files / dirs list
270
files_set = filter(lambda p:
271
p in path_filters or filter(p.startswith, dir_path_filters),
272
files_set)
0 commit comments