CPAlgorithms: add flag autoconfiguration to ConfigAccumulator
Compare changes
Files
17@@ -12,6 +12,11 @@ def mapUserName (name) :
@@ -96,16 +101,28 @@ class ConfigAccumulator :
@@ -139,6 +156,10 @@ class ConfigAccumulator :
A first pass at adding configuration flags to the ConfigAccumulator. For EL in AnalysisBase, we still maintain the previous behaviours, flags have to be enabled with --use-flags
on the command line (and then they override other options).