Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
yumisims committed Nov 17, 2023
1 parent 6cc19bc commit dea8d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/chunk_assembly_for_vecscreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def process_record(record, chunk_num, threshold_length, overlap_length):
def generate_records_to_write(record, threshold_length, overlap_length):
return [
(
record_slice.id + f".chunk_{chunk_num + 1}",
record_slice.id + ".chunk_{}".format(chunk_num + 1),
"",
record_slice,
)
Expand Down

0 comments on commit dea8d11

Please sign in to comment.