Skip to content

Commit

Permalink
fixes 9
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Oct 17, 2024
1 parent c5612dc commit 872e345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data/client2.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def job_generator(start, blocks, step, mode, strategy):
# Function to process a batch
def process_batch(batch_file):
print(f"Running client on: {batch_file} {type(batch_file)}")
arguments_file = batch_file.replace(".json", "-arguments.json")
arguments_file = str(batch_file).replace(".json", "-arguments.json")

print(f"arguments_file: {arguments_file}")

Expand Down

0 comments on commit 872e345

Please sign in to comment.