Skip to content

Commit

Permalink
Address PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
scanon committed Jul 31, 2024
1 parent 88df41f commit 97e3bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/create_tarfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def create_tar_file(bin_dir):
tar.add(f"{output_file_name}", arcname=output_file_name)


def create_tarfiles(bin_dirs):
def create_tarfiles(bin_dirs, threads):
"""
This parallelize the creation of the tar files
"""
Expand Down

0 comments on commit 97e3bcf

Please sign in to comment.