Open VincentRagusa opened 4 years ago
CONSTANT = NAMESPACE-paramName (paramValue*with-parenthesis)
will fail ONLY on HPCC queued jobs, but will pass mq.py -t and mq.py -l tests because unprotected '(' and ')' characters are interpreted as part of the sbatch command.
The '[' and ']' used in MTrees also create the same bug
CONSTANT = NAMESPACE-paramName (paramValue*with-parenthesis)
will fail ONLY on HPCC queued jobs, but will pass mq.py -t and mq.py -l tests because unprotected '(' and ')' characters are interpreted as part of the sbatch command.