Skip to content

TaskUtils tiny fix

Adrian-Eduard Negru requested to merge anegru/jalien:task-queue-utils-fix into master

If the JDL cannot be found, the program exits with NullPointerException since getLFNs() returns null, instead of throwing the exception from line 1373.

Edited by Adrian-Eduard Negru

Merge request reports