1
0
Fork 0

syntax fix

This commit is contained in:
Sean Sube 2023-09-13 08:44:57 -05:00
parent 37daca5178
commit 07bea84155
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ def chain(server: ServerContext, pool: DevicePoolExecutor):
logger.info("running chain pipeline with %s stages", len(pipeline.stages))
output = make_output_name(
server, "chain", base_params, base_size, count=pipeline.outputs(base_params, 0))
server, "chain", base_params, base_size, count=pipeline.outputs(base_params, 0)
)
job_name = output[0]