Skip to content

Commit 7f3169d

Browse files
pombredannejdaguil
authored andcommitted
Fixed typo in previous commit 854f518
1 parent 5d362d3 commit 7f3169d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluecode/finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def find_urls(location):
191191

192192

193193
# the order of filters IS important
194-
matches = apply_filters(matches, url_filters)
194+
matches = apply_filters(matches, *url_filters)
195195
for _key, url, _line in matches:
196196
yield unicode(url)
197197

0 commit comments

Comments
 (0)