Skip to content

Commit

Permalink
fixes 8
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Oct 17, 2024
1 parent 4019bab commit c5612dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/data/client2.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ def job_generator(start, blocks, step, mode, strategy):

# Function to process a batch
def process_batch(batch_file):
print(f"Running client on blocks from {batch_file}")
print(f"Running client on: {batch_file} {type(batch_file)}")
arguments_file = batch_file.replace(".json", "-arguments.json")

print(f"arguments_file: {arguments_file}")

with open(arguments_file, "w") as af:
af.write(format_args(batch_file, False, False))

Expand Down

0 comments on commit c5612dc

Please sign in to comment.