This PR updates the shebang in pp_run to python3 (which was already done for other programs but perhaps forgotten for this one?) and imports diagnostics in a different (not sure if correct, but it works?) way to fix my mac crash reported in #48 (but doesn't solve the registration problem)
I also noticed that pp_run has several calls to the function "diag.insert_into_summary" which does not exist at all anymore. It's behind a configuration flag though so it doesn't cause any problems unless enabled, but may be worth doing something about.
Hi,
This PR updates the shebang in pp_run to python3 (which was already done for other programs but perhaps forgotten for this one?) and imports diagnostics in a different (not sure if correct, but it works?) way to fix my mac crash reported in #48 (but doesn't solve the registration problem)
I also noticed that pp_run has several calls to the function "diag.insert_into_summary" which does not exist at all anymore. It's behind a configuration flag though so it doesn't cause any problems unless enabled, but may be worth doing something about.