diff options
Diffstat (limited to 'ishtar_common/models_imports.py')
-rw-r--r-- | ishtar_common/models_imports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py index 399866a89..712411569 100644 --- a/ishtar_common/models_imports.py +++ b/ishtar_common/models_imports.py @@ -493,7 +493,7 @@ class ImporterType(models.Model): ctype = SPECIFIC_TYPES_COLUMNS[k] break if not ctype: - ctype = str(formater.formater[0]) + ctype = formater.formater[0].slug types.append(ctype) return types |