obi import: fixed bug when rewriting a column (keeping wrong type in

import module)
This commit is contained in:
Celine Mercier
2019-03-26 14:56:18 +01:00
parent d8a7bd42bd
commit 8e70bf1ee1

View File

@ -266,7 +266,7 @@ def run(config):
new_nb_elements_per_line=new_nb_elements_per_line, new_nb_elements_per_line=new_nb_elements_per_line,
new_elements_names=new_elements_names, new_elements_names=new_elements_names,
rewrite_last_line=False), rewrite_last_line=False),
value_obitype) new_type)
# Update the dictionary: # Update the dictionary:
for t in dcols : for t in dcols :