Skip to content

cleanup resubmission arguments #9232

@belforte

Description

@belforte

it appears that in current code base a list of jobids is always passed from client to server at crab resubmit time.
This should be verified.
And if true we can remove code server side which tries to allow for the jobids to be something different from a list.
E.g.

if 'CRAB_ResubmitList' in ad:
resubmitJobIds = ad['CRAB_ResubmitList']
try:
resubmitJobIds = set(resubmitJobIds)
resubmitJobIds = [str(i) for i in resubmitJobIds]
except TypeError:
resubmitJobIds = True

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions