Update lib/spack/spack/environment/environment.py

Co-authored-by: Todd Gamblin <tgamblin@llnl.gov>
This commit is contained in:
Greg Becker 2023-04-03 11:33:10 -07:00 committed by Gregory Becker
parent 11139a9e39
commit 2fba1a58ef

View File

@ -477,7 +477,7 @@ def from_dict(base_path, d):
@property
def _current_root(self):
"""
Return the directory in which the view is currently implemented.
Return the directory in which the view has been constructed.
If the view is using renameat2 for atomic updates, self.root is a directory and the root
of the underlying implementation is the same as self.root.