Skip to content

Commit

Permalink
Fix missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Aug 4, 2014
1 parent d2a2c4f commit 1d97b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dots
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class Configuration(object):
# Create a copy of path_filters as if each is a directory
dir_path_filters = [os.path.normpath(p) + os.sep for p in path_filters]

# Filter out files that aren't
# Filter out files that aren't in the files / dirs list
files_set = filter(lambda p:
p in path_filters or filter(p.startswith, dir_path_filters),
files_set)
Expand Down

0 comments on commit 1d97b3a

Please sign in to comment.