Show More
@@ -128,7 +128,7 b' class RhodeCodeAuthPluginBase(object):' | |||
|
128 | 128 | """ |
|
129 | 129 | schema_node = self.get_settings_schema().get(name) |
|
130 | 130 | db_type = self._settings_type_map.get( |
|
131 |
schema_node.typ |
|
|
131 | type(schema_node.typ), 'unicode') | |
|
132 | 132 | if name in self._settings_encrypted: |
|
133 | 133 | db_type = '{}.encrypted'.format(db_type) |
|
134 | 134 | return db_type |
General Comments 0
You need to be logged in to leave comments.
Login now