Skip to content

Commit

Permalink
* fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realratchet authored and Ratchet committed Oct 26, 2023
1 parent d82afc0 commit 9828419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tablite/nimlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def text_reader(
for res_pages in res:
col_map = {
n: res_pages[i]
for i, n in zip(ti_import_fields, ti_import_field_names)
for i, n in enumerate(ti_import_field_names)
}

for k, c in column_dict.items():
Expand Down

0 comments on commit 9828419

Please sign in to comment.