From 2fba1a58efb9c3ee369bcacf7f868b437da47687 Mon Sep 17 00:00:00 2001 From: Greg Becker Date: Mon, 3 Apr 2023 11:33:10 -0700 Subject: [PATCH] Update lib/spack/spack/environment/environment.py Co-authored-by: Todd Gamblin --- lib/spack/spack/environment/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/environment/environment.py b/lib/spack/spack/environment/environment.py index 299cc1f59f0..c50e662e31e 100644 --- a/lib/spack/spack/environment/environment.py +++ b/lib/spack/spack/environment/environment.py @@ -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.