Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Bellotta <[email protected]>
  • Loading branch information
ferdonline and st4rl3ss authored Nov 29, 2024
1 parent 63ca038 commit be56ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rebalance-corenrn-data.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def redistribute_files_dat(files_dat_file, n_buckets, max_entries=None, show_sta
Read and process each entry from the dat file and distribute them into buckets.
If max entries is not set (None) respect the number of entries from the header.
If user sets to `0` we use all entries form the file (disregard header)
If user sets to `0` we use all entries from the file (disregard header)
"""
base_dir = os.path.dirname(files_dat_file)
metadata = {}
Expand Down

0 comments on commit be56ac1

Please sign in to comment.