spec: fix typo in Spec._finalize_concretization (#32210)

This commit is contained in:
Massimiliano Culpo 2022-08-18 15:04:08 +02:00 committed by GitHub
parent 5981225d5a
commit 9d55a0436b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2991,7 +2991,7 @@ def _finalize_concretization(self):
# 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().