From 4ab3631f1c84e106f53f3b495ee5851acf3b1842 Mon Sep 17 00:00:00 2001 From: BuhtigithuB Date: Sun, 4 May 2014 12:17:31 -0400 Subject: [PATCH] Fix wrong space insert in patch --- gluon/dal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/dal.py b/gluon/dal.py index 047433f6..6b012aa4 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -8284,7 +8284,7 @@ class DAL(object): 'error': 'invalid path', 'response': None}) return Row({'status': 200, 'response': response, 'pattern': pattern, 'count': count}) - return Row({'status':4 00, 'error': 'no matching pattern', 'response': None}) + return Row({'status': 400, 'error': 'no matching pattern', 'response': None}) def define_table(self, tablename,