removed '[__+-+...+-+__]' from last commit
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.6.0-development+timestamp.2013.07.20.12.59.52
|
||||
Version 2.6.0-development+timestamp.2013.07.21.16.55.15
|
||||
|
||||
+2
-2
@@ -6876,8 +6876,8 @@ class Row(object):
|
||||
key=str(k)
|
||||
_extra = self.__dict__.get('_extra', None)
|
||||
if _extra is not None:
|
||||
v = _extra.get(key, r'[__+-+_key_not_found_+-+__]')
|
||||
if v != r'[__+-+_key_not_found_+-+__]':
|
||||
v = _extra.get(key, DEFAULT)
|
||||
if v != DEFAULT:
|
||||
return v
|
||||
m = REGEX_TABLE_DOT_FIELD.match(key)
|
||||
if m:
|
||||
|
||||
Reference in New Issue
Block a user