diff options
-rw-r--r-- | pym/portage.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py index 9e5ebc4a8..e986b4c92 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -6829,6 +6829,7 @@ class LazyDatabasesDict(dict): # The binarytree likely needs to be populated now, so we # do it now to make sure that all method calls are safe. myvalue.populate() + self[item_key] = myvalue return myvalue return dict.__getitem__(self, item_key) |