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 b56f69bb4..8033d7c45 100644 --- a/ishtar_common/models_imports.py +++ b/ishtar_common/models_imports.py @@ -589,7 +589,7 @@ class ImporterDefault(models.Model): if target != "-": targets += target.split("__") value = default_value.value - # explicit key or id is not set - try to get the value + # explicit key or id is not set (try to get the value) if targets[-1] not in ("srid", "txt_idx", "slug", "id", "pk"): value = default_value.get_value() dct = generate_dict_from_list(targets, value) |