From 8e70bf1ee18f9995d931a89c3c4b4f17be1f0c08 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Tue, 26 Mar 2019 14:56:18 +0100 Subject: [PATCH] obi import: fixed bug when rewriting a column (keeping wrong type in import module) --- 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 52eb371..51a3db9 100755 --- a/python/obitools3/commands/import.pyx +++ b/python/obitools3/commands/import.pyx @@ -266,7 +266,7 @@ def run(config): new_nb_elements_per_line=new_nb_elements_per_line, new_elements_names=new_elements_names, rewrite_last_line=False), - value_obitype) + new_type) # Update the dictionary: for t in dcols :