Fix wrong space insert in patch

This commit is contained in:
BuhtigithuB
2014-05-04 12:17:31 -04:00
parent 377a69ced9
commit 4ab3631f1c
+1 -1
View File
@@ -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,