From 48c57a23f6b131262961c78e192261455ff8ee81 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 7 Sep 2008 23:27:00 +0200 Subject: [PATCH] Shutup For now dont warn if file is not found. Signed-off-by: Joerg Jaspert --- daklib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/utils.py b/daklib/utils.py index 03135e72..075e4a16 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: -- 2.39.2