remove float
This commit is contained in:
parent
e605f787ed
commit
13448fb73a
@ -27,7 +27,7 @@ def items_csv_to_dict(items_csv_reader):
|
|||||||
'type': 'metadata'
|
'type': 'metadata'
|
||||||
})
|
})
|
||||||
elif count == len(headers):
|
elif count == len(headers):
|
||||||
item['b_param'] = float(row[key])
|
item['b_param'] = row[key]
|
||||||
|
|
||||||
items.append(item)
|
items.append(item)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user