Skip to content

PyUtils: Speed up initial file scan in diff-root.

Scott Snyder requested to merge ssnyder/athena:prescan.PyUtils-20230612 into 23.0

diff-root starts by reading through the entirety of both input files to make a list of event numbers. Speed this up by disabling all branches not actually needed.

Merge request reports