Skip to content

Fixing binary read in MadGraphControl

Zach Marshall requested to merge zmarshal/athena:master_MGC_tarreading into master

In python3, tarfile extractfile returns binary instead of text I/O. This updates the search strings to behave accordingly.

Merge request reports