[Apt-offline-devel] [SCM] Offline APT Package Manager branch, master, updated. 0.9.5-19-g2b1fdf4

Ritesh Raj Sarraf rrs at researchut.com
Tue Dec 8 10:50:21 UTC 2009


The following commit has been merged in the master branch:
commit 060520f7a41c79f6e7670fa7aa242992002fa9f7
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Thu Dec 3 23:25:28 2009 +0530

    fix minor typo

diff --git a/AptOfflineCoreLib.py b/AptOfflineCoreLib.py
index 7489ed2..32f1e19 100644
--- a/AptOfflineCoreLib.py
+++ b/AptOfflineCoreLib.py
@@ -904,7 +904,7 @@ def installer( args ):
                                 os.unlink(x)
                                 log.verbose("Cleaning old update data file %s.\n" % (x) )
         except OSError:
-                log.err("Cannot file APT's partial cache dir %s\n" % (apt_update_target_path) )
+                log.err("Cannot find APT's partial cache dir %s\n" % (apt_update_target_path) )
                 sys.exit(1)
                 
         

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list