Don't let lower/upper case throw me off.
This commit is contained in:
@@ -428,7 +428,7 @@ class AttributeConverter(object):
|
|||||||
_attr = self._to[attr]
|
_attr = self._to[attr]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
try:
|
try:
|
||||||
_attr = self._to[attr.to_lower()]
|
_attr = self._to[attr.lower()]
|
||||||
except:
|
except:
|
||||||
_attr = ''
|
_attr = ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user