The source project of this merge request has been removed.
Fix parsing for job arrays
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).