Skip to content
Snippets Groups Projects
Commit 06c5fb46 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To tweak the output so it is less ugly inside the module

parent 4d1769fd
Branches
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ VETOED_INSTALLATIONS = { ...@@ -52,7 +52,7 @@ VETOED_INSTALLATIONS = {
'hdfml': [''], '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 # Also maintain a list of CUDA enabled compilers
CUDA_ENABLED_TOOLCHAINS = ["pmvmklc", "gmvmklc", "gmvapich2c", "pmvapich2c"] CUDA_ENABLED_TOOLCHAINS = ["pmvmklc", "gmvmklc", "gmvapich2c", "pmvapich2c"]
...@@ -124,7 +124,6 @@ def inject_site_contact(ec, site_contacts): ...@@ -124,7 +124,6 @@ def inject_site_contact(ec, site_contacts):
if key in ec_dict: if key in ec_dict:
# Replace sc@fz-juelich.de with the first matched email in the provided contact # Replace sc@fz-juelich.de with the first matched email in the provided contact
contact_email = 'sc@fz-juelich.de'
email_found = None email_found = None
if ec_dict[key] is not None: if ec_dict[key] is not None:
# Check current values if it is a list # Check current values if it is a list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment