Skip to content

Unify Args-to-flags methods

Walter Lampl requested to merge wlampl/athena:ArgsToFlagsUnite into master
  • Remove ArgsToFlags.py in favour of the AthConfigFlags.fillFromArgs method
  • Minor improvement of AthConfigFlags.fillFromArgs: Add quotes to arguments assumed to be strings (avoid having to escape quote at the command line)

Merge request reports