Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
No bug - Fix typo for mailwaittimes.py. r=typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen Zambrano Gasparnian committed Jan 9, 2014
1 parent cdf70a9 commit 97b31c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildapi/scripts/mailwaittimes.py
Expand Up @@ -131,7 +131,7 @@ def wtservice_get_full_url(wt_service=WT_SERVICE_DEFAULT,
maxb - maximum block size, default: None (server's default will be used)
Output: string - full request URL
"""
wt_params = dict(format='json', startime=starttime, endtime=endtime,
wt_params = dict(format='json', starttime=starttime, endtime=endtime,
mpb=mpb, maxb=maxb)
wt_params_str = urllib.urlencode([(k, v) for k, v in wt_params.items() if v])

Expand Down

0 comments on commit 97b31c9

Please sign in to comment.