Skip to content

Commit

Permalink
remove trailing
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Kilian committed Oct 31, 2023
1 parent d78a9f6 commit 5fd31df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clip_video_encode/clip_video_encode.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def clip_video_encode(
# max_values = extract_braceexpand_values(be_template, list(braceexpand.braceexpand(be_template))[-1])
# for i in range(len(values)):
# values[i] = values[i].zfill(len(max_values[i]))
# write_shard_id = "".join(values)
# write_shard_id = "".join(values)
# return write_shard_id
shards = [s for s_id, s in zip(s_ids, shards) if int(s_id) not in done_shards]

Expand Down

0 comments on commit 5fd31df

Please sign in to comment.