obi import: fixed bug when rewriting a column (keeping wrong type in
import module)
This commit is contained in:
@ -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 :
|
||||||
|
Reference in New Issue
Block a user