Skip to content

Adding debug file output to log in MadGraphControl

Zach Marshall requested to merge zmarshal/athena:21.6_DebugLogCheck_MGC into 21.6

This should solve a long-standing issue in MadGraphControl, that there is a debug file generated by MadGraph that doesn't appear in the log, but can be extremely useful (or even necessary) for debugging. Adding a hook in the error checking function that looks for such a file and prints it into the log in the case that it is found. Seems to be behaving based on very early tests.

Merge request reports