From 9d55a0436b16d0976557369c630731c954a040b2 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 18 Aug 2022 15:04:08 +0200 Subject: spec: fix typo in Spec._finalize_concretization (#32210) --- lib/spack/spack/spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/spack/spack/spec.py b/lib/spack/spack/spec.py index 3bad05c612..8a463c2f78 100644 --- a/lib/spack/spack/spec.py +++ b/lib/spack/spack/spec.py @@ -2991,7 +2991,7 @@ class Spec(object): # Any specs that were concrete before finalization will already have a cached # DAG hash. for spec in self.traverse(): - self._cached_hash(ht.dag_hash) + spec._cached_hash(ht.dag_hash) def concretized(self, tests=False): """This is a non-destructive version of concretize(). -- cgit v1.2.3-60-g2f50