Skip to content

Commit 0327b32

Browse files
committed
Replace fileset pattern handling
1 parent d6677c5 commit 0327b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commoncode/fileset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,5 @@ def includes_excludes(patterns, message):
194194
excluded[cpat] = message
195195
continue
196196
else:
197-
included.add[pat] = message
197+
included[pat] = message
198198
return included, excluded

0 commit comments

Comments
 (0)