spec: fix typo in Spec._finalize_concretization (#32210)
This commit is contained in:
parent
5981225d5a
commit
9d55a0436b
@ -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().
|
||||
|
Loading…
Reference in New Issue
Block a user