[tor-commits] [pyonionoo/master] Fix typo in error message.

karsten at torproject.org karsten at torproject.org
Tue Sep 25 19:12:33 UTC 2012


commit d645146326f327e84e2d2b6e665a595131b04e7e
Author: Karsten Loesing <karsten.loesing at 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":



More information about the tor-commits mailing list