diff --git a/Custom_Hooks/eb_hooks.py b/Custom_Hooks/eb_hooks.py index 50c45dc4b1f252e8c9a630ea93e5edee54bb76f0..848a70a4c18db342c981f53ce2f312f0db455738 100644 --- a/Custom_Hooks/eb_hooks.py +++ b/Custom_Hooks/eb_hooks.py @@ -52,7 +52,7 @@ VETOED_INSTALLATIONS = { 'hdfml': [''], } -common_site_contact = 'Support contact: sc@fz-juelich.de' +common_site_contact = 'Support <sc@fz-juelich.de>' # Also maintain a list of CUDA enabled compilers CUDA_ENABLED_TOOLCHAINS = ["pmvmklc", "gmvmklc", "gmvapich2c", "pmvapich2c"] @@ -124,7 +124,6 @@ def inject_site_contact(ec, site_contacts): if key in ec_dict: # Replace sc@fz-juelich.de with the first matched email in the provided contact - contact_email = 'sc@fz-juelich.de' email_found = None if ec_dict[key] is not None: # Check current values if it is a list