Add macro for expanding home directory

This commit is contained in:
Carson Woods
2019-07-16 13:56:08 -06:00
parent f8e9cf4081
commit 3d18bf345f

View File

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