disable exception printout

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1391 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-03-04 13:04:10 +00:00
parent 962e378b6f
commit c6f236bbdc

View File

@@ -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