From fa834e4b8b438578a4aa6b75c720fbe2673cbda1 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Mon, 18 May 2020 17:06:58 +0200 Subject: [PATCH] obi import: small bug fix --- python/obitools3/commands/import.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/obitools3/commands/import.pyx b/python/obitools3/commands/import.pyx index f2fe2a5..902f114 100755 --- a/python/obitools3/commands/import.pyx +++ b/python/obitools3/commands/import.pyx @@ -236,7 +236,7 @@ def run(config): dcols[tag] = (Column.new_column(view, tag, dict_dict[tag][1], \ nb_elements_per_line=len(dict_dict[tag][0]), \ elements_names=list(dict_dict[tag][0])), \ - value_obitype) + dict_dict[tag][1]) # Reinitialize the input