[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Shutup



For now dont warn if file is not found.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 daklib/utils.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daklib/utils.py b/daklib/utils.py
index 03135e7..075e4a1 100755
--- a/daklib/utils.py
+++ b/daklib/utils.py
@@ -267,7 +267,7 @@ def check_hash(where, files, hashname, hashfunc):
                         where))
             except CantOpenError:
                 # TODO: This happens when the file is in the pool.
-                warn("Cannot open file %s" % f)
+                # warn("Cannot open file %s" % f)
                 continue
         finally:
             if file_handle:
-- 
1.5.6.3


Reply to: