Skip to content
Snippets Groups Projects
Commit 79c1f788 authored by Massimiliano Culpo's avatar Massimiliano Culpo Committed by Todd Gamblin
Browse files

db and concretization of modified packages: fixes #2911 (#2920)

parent 28b7ef31
No related branches found
No related tags found
No related merge requests found
...@@ -340,6 +340,7 @@ def invalid_record(hash_key, error): ...@@ -340,6 +340,7 @@ def invalid_record(hash_key, error):
# cached prematurely. # cached prematurely.
for hash_key, rec in data.items(): for hash_key, rec in data.items():
rec.spec._mark_concrete() rec.spec._mark_concrete()
rec.spec.package.spec._mark_concrete()
self._data = data self._data = data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment