[yum-commits] yum/sqlitesack.py

zpavlas at osuosl.org zpavlas at osuosl.org
Mon Oct 8 14:59:52 UTC 2012


 yum/sqlitesack.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8c9899d2f7e77a0ccf8ff6954e31cae7f2a2abca
Author: Zdeněk Pavlas <zpavlas at redhat.com>
Date:   Mon Oct 8 16:59:22 2012 +0200

    Add a comment to the previous commit

diff --git a/yum/sqlitesack.py b/yum/sqlitesack.py
index 7bd12c7..a955895 100644
--- a/yum/sqlitesack.py
+++ b/yum/sqlitesack.py
@@ -1563,6 +1563,7 @@ class YumSqlitePackageSack(yumRepo.YumPackageSack):
             patterns = tmp
         return (need_full, patterns, fields, False)
 
+    # @catchSqliteException has no effect on generators
     def _yieldSQLDataList(self, repoid, patterns, fields, ignore_case):
         """Yields all the package data for the given params. Excludes are done
            at this stage. """


More information about the Yum-commits mailing list