Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
fix searchQuery to filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaher committed Dec 23, 2014
1 parent e054fcc commit ee0d9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse_news.py
Expand Up @@ -269,7 +269,7 @@ def build_tbpl_link(record):
params.append(('repo', treeherder_repo))
params.append(('fromchange', vals[0]))
params.append(('tochange', vals[1]))
params.append(('searchQuery', '%s %s talos %s' % (tbpl_platform, tbpl_tree, tbpl_test)))
params.append(('filter-searchStr', '%s %s talos %s' % (tbpl_platform, tbpl_tree, tbpl_test)))
link = settings.TREEHERDER_URL
delim = '?'
for key, value in params:
Expand Down

0 comments on commit ee0d9e3

Please sign in to comment.