[pyonionoo/master] Fix typo in error message.

commit d645146326f327e84e2d2b6e665a595131b04e7e Author: Karsten Loesing <karsten.loesing@gmx.net> Date: Tue Sep 25 15:11:52 2012 -0400 Fix typo in error message. --- pyonionoo/handlers/arguments.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pyonionoo/handlers/arguments.py b/pyonionoo/handlers/arguments.py index 976fd96..e954921 100644 --- a/pyonionoo/handlers/arguments.py +++ b/pyonionoo/handlers/arguments.py @@ -61,7 +61,7 @@ def parse(arguments): elif value == 'bridge': type_filter = 'b' else: - error_msg = 'Invalid argument to running parameter: %s' % value + error_msg = 'Invalid argument to type parameter: %s' % value raise cyclone.web.HTTPError(400, error_msg) if key == "lookup":
participants (1)
-
karsten@torproject.org