diff --git a/VERSION b/VERSION index 7ebf7b62..57519c10 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.3 (2011-12-05 08:20:58) dev +Version 1.99.3 (2011-12-05 11:26:15) dev diff --git a/gluon/contrib/user_agent_parser.py b/gluon/contrib/user_agent_parser.py index a1be6f1c..f1e06159 100644 --- a/gluon/contrib/user_agent_parser.py +++ b/gluon/contrib/user_agent_parser.py @@ -376,7 +376,7 @@ def detect(agent): if detector.detect(agent, result): prefs = detector.prefs break - except Exception as ex: + except Exception, ex: result['exception'] = ex return result