From c6f236bbdc5641ea57e96d45e199d65e1399f0bb Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Tue, 4 Mar 2008 13:04:10 +0000 Subject: [PATCH] disable exception printout git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1391 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index cd244f920..ea9e7d205 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -2852,7 +2852,7 @@ class PackageInterface: try: exist = os.lstat(path) except OSError, e: - print e + #print e continue # skip file ftype = package_content[encoded_path] if str(ftype) == '0': ftype = 'dir' # force match below, '0' means databases without ftype