Make PrintAlgsSequence configurable rather than hard-coded
This merge request makes the print-out of the full AlgSquence
in ComponentAccumulator
-based jobs configurable rather than hard-coded. The default is left as printing out the AlgSequence
, but it can now be switched off using (for example):
acc = MainServicesSerialCfg()
acc.setAppProperty('PrintAlgsSequence', False, overwrite=True)
FYI @wlampl.
Edited by John Derek Chapman