Closed fabudine closed 5 months ago
Could you give more information as to what the crash says? When does it crash?
It crashes after the job has been submitted to the grid. It creates input tarball etc, and then you get a DIRAC error such as
^[[0;31mERROR Job submission failed for job 3.0 : DIRAC error!^[[0;0m
Unfortunately I overwrote the DEBUG log. But it was saying exactly what I wrote in the description. That setBannedSites([])
caused an error because it expects either a list of strings or a single string, not an empty list.
I see, so its on job submission. Thanks
Issue is in the DIRAC API.
If the banned sites for a job
j
are set toGanga crashes because
setBannedSites
wants either a filled list or a single name as input.