1
0
Fork 0

pass all output names to chain job

This commit is contained in:
Sean Sube 2023-09-10 21:44:00 -05:00
parent 52521e5694
commit dc812a4e06
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):
server, server,
params, params,
[], [],
output=output[0], output=output,
size=size, size=size,
needs_device=device, needs_device=device,
) )