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