Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
anjor committed Jul 29, 2024
1 parent 8ad4e3c commit 9efdc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataprep-tools/filecoin/boost_create_deals.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def create_deals(metadata_obj):

deal_data = []
for line in metadata_split_lines:
file_name = os.path.basename(line[2])
file_name = os.path.basename(line[0])
# Only allow the new metadata
assert (
len(line) == 4
Expand Down

0 comments on commit 9efdc6c

Please sign in to comment.