summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoralalazo <massimiliano.culpo@googlemail.com>2016-05-10 18:33:07 +0200
committeralalazo <massimiliano.culpo@googlemail.com>2016-05-10 18:33:07 +0200
commit979b53cab605d250dfe23edaacc6b0d2ff88d978 (patch)
treefcee1d4deff9890455ff8668cabb9f16b3e8ada5 /lib
parent8fec824484d17cd518f88258285a4e050e86ceab (diff)
downloadspack-979b53cab605d250dfe23edaacc6b0d2ff88d978.tar.gz
spack-979b53cab605d250dfe23edaacc6b0d2ff88d978.tar.bz2
spack-979b53cab605d250dfe23edaacc6b0d2ff88d978.tar.xz
spack-979b53cab605d250dfe23edaacc6b0d2ff88d978.zip
qa : modifying 2 packages and a framework file just for the sake of it
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/architecture.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/spack/architecture.py b/lib/spack/spack/architecture.py
index 2701fab90c..eec7636d00 100644
--- a/lib/spack/spack/architecture.py
+++ b/lib/spack/spack/architecture.py
@@ -44,6 +44,7 @@ class NoSysTypeError(serr.SpackError):
"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"):