diff sat/memory/persistent.py @ 2765:378188abe941

misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
author Goffi <goffi@goffi.org>
date Fri, 11 Jan 2019 11:13:15 +0100
parents 9702025f6dff
children 003b8b4b56a7
line wrap: on
line diff
--- a/sat/memory/persistent.py	Fri Jan 11 10:18:02 2019 +0100
+++ b/sat/memory/persistent.py	Fri Jan 11 11:13:15 2019 +0100
@@ -59,7 +59,7 @@
         """
         d = self.storage.getPrivates(self.namespace, binary=self.binary, profile=self.profile)
         d.addCallback(self._setCache)
-        d.addCallback(lambda dummy: self)
+        d.addCallback(lambda __: self)
         return d
 
     def iteritems(self):