Commit 90e515fa authored by Vincent Pelletier's avatar Vincent Pelletier

Fix error detail for default prefix.

parent 784e72b7
......@@ -451,7 +451,8 @@ def main():
'specified, nothing to do.'
sys.exit(1)
else:
default_action = partial(GenericSiteStats, prefix=0)
default_action = partial(GenericSiteStats, prefix=0,
error_detail=args.error_detail)
infile_list = args.logfile
quiet = args.quiet
threshold = args.apdex
......
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