Skip to content

Fix parsing for job arrays

Laurent COLBOIS requested to merge lcolbois/gridtk:main into main

There is an issue with parsing job (e.g. jman submit -t 4). They always end up being converted to a string array="1-4:1" and then are incorrectly attempted to be parsed as an int (which leads to a crash).

Merge request reports