Skip to content

Commit 1d97b3a

Browse files
committed
Fix missing comment
1 parent d2a2c4f commit 1d97b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dots

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class Configuration(object):
266266
# Create a copy of path_filters as if each is a directory
267267
dir_path_filters = [os.path.normpath(p) + os.sep for p in path_filters]
268268

269-
# Filter out files that aren't
269+
# Filter out files that aren't in the files / dirs list
270270
files_set = filter(lambda p:
271271
p in path_filters or filter(p.startswith, dir_path_filters),
272272
files_set)

0 commit comments

Comments
 (0)