Commit 4e6d35b2 authored by Tres Seaver's avatar Tres Seaver

Backport r124566 from the trunk.

parent 5170bb29
......@@ -813,7 +813,7 @@ def main():
elif mode=='urlfocus':
sortf = Sort('start', ascending=1)
else:
raise 'Invalid mode'
raise ValueError('Invalid mode')
req=get_requests(files, start, end, statsfname, writestats, readstats)
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