disable exception printout
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1391 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user