Skip to content

PyDumper: add --include command line option to sg-dump

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20220331T154353 into master

Expose the include feature of SgDumpLib also on the command line. Now it's possible to produce selective dumps:

sg-dump.py --include 'xAOD::TrigNavigation_v1#TrigNavigation' ...

Merge request reports