Add macro for expanding home directory
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
'spack': spack.paths.prefix,
|
||||
'user': getpass.getuser(),
|
||||
'tempdir': tempfile.gettempdir(),
|
||||
'home': os.path.expanduser('~'),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user