Commit e30a7a0d authored by Tres Seaver's avatar Tres Seaver

Backport r124566 from the trunk.

parent 6423b766
...@@ -814,7 +814,7 @@ def main(): ...@@ -814,7 +814,7 @@ def main():
elif mode=='urlfocus': elif mode=='urlfocus':
sortf = Sort('start', ascending=1) sortf = Sort('start', ascending=1)
else: else:
raise 'Invalid mode' raise ValueError('Invalid mode')
req=get_requests(files, start, end, statsfname, writestats, readstats) req=get_requests(files, start, end, statsfname, writestats, readstats)
analyze(req, top, sortf, start, end, mode, resolution, urlfocusurl, analyze(req, top, sortf, start, end, mode, resolution, urlfocusurl,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment