qa : modifying 2 packages and a framework file just for the sake of it

This commit is contained in:
alalazo
2016-05-10 18:33:07 +02:00
parent 8fec824484
commit 979b53cab6
3 changed files with 6 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ def __init__(self):
"Could not determine sys_type for this machine.")
def get_sys_type_from_spack_globals():
"""Return the SYS_TYPE from spack globals, or None if it isn't set."""
if not hasattr(spack, "sys_type"):