Skip to content

Commit

Permalink
Cast to list
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Mar 10, 2023
1 parent f8f7b16 commit 923189c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientmanager/client_starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def wait_for_file(waitee: Path, wait_time: int) -> Path:
)
LOGGER.info(submit_result)
job_ads = job_description.jobs(count=args.jobs, clusterid=submit_result.cluster())
schedd_obj.spool(job_ads)
schedd_obj.spool(list(job_ads))

# report to SkyDriver
if skydriver_rc:
Expand Down

0 comments on commit 923189c

Please sign in to comment.