a test
This commit is contained in:
@ -25,7 +25,7 @@ def items_csv_to_dict(items_csv_reader):
|
||||
'value': row[key],
|
||||
'type': 'metadata'
|
||||
})
|
||||
|
||||
print(row(1 - len(headers)))
|
||||
items.append(item)
|
||||
|
||||
return items
|
||||
|
Reference in New Issue
Block a user