Allow extraction of jO parameters from indented blocks
Description of bug
if int(runArgs.ecmEnergy)==13600:
evgenConfig.inputFilesPerJob = 2
else:
evgenConfig.inputFilesPerJob = 1
leads to error while this is apparently allowed in process.
Changes introduced
When testing jO lines for execution strip spaces so that indented blocks can be executed.
Tests
Test passes for jO involved
Issues resolved
Closes #