This commit is contained in:
Starbeamrainbowlabs 2022-09-27 17:57:21 +01:00
parent dbfa45a016
commit 3772c3227e
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -82,7 +82,7 @@ def run(args):
filepath_output if args.records_per_file <= 0 else filepath_output.replace("$d", 0),
write_mode
)
filepath_params = os.path.join(os.path.dirname(filepath_output), "/params.json")
filepath_params = os.path.join(os.path.dirname(filepath_output), "params.json")
i = 0