[Apt-offline-devel] [SCM] Offline APT Package Manager branch, master, updated. 0.9.4-5-gf045c27

Ritesh Raj Sarraf rrs at researchut.com
Sat Oct 17 18:55:09 UTC 2009


The following commit has been merged in the master branch:
commit 2c26c6e7aaf3b3b095c71d5a6ffa1f8e16f5d675
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Sun Oct 18 00:08:15 2009 +0530

    doh./apt-offline set /tmp/test syntax errors

diff --git a/AptOfflineCoreLib.py b/AptOfflineCoreLib.py
index 25e6651..6d9275a 100644
--- a/AptOfflineCoreLib.py
+++ b/AptOfflineCoreLib.py
@@ -1099,7 +1099,7 @@ def installer( args ):
                                         # Bad sig.
                                         log.err("%s bad signature. Not syncing because in strict mode.\n" % (file) )
                 if lVerifiedWhitelist != []:
-                        log.verbose str(lVerifiedWhitelist)
+                        log.verbose (str(lVerifiedWhitelist) )
                         for whitelist_item in lVerifiedWhitelist:
                                 for final_item in lFileList:
                                         if whitelist_item in final_item:

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list