Add macro for expanding home directory

This commit is contained in:
Carson Woods
2019-07-16 13:56:08 -06:00
parent a2af432833
commit 9ef4bc9d50

View File

@@ -25,6 +25,7 @@
'spack': spack.paths.prefix,
'user': getpass.getuser(),
'tempdir': tempfile.gettempdir(),
'home': os.path.expanduser('~'),
}