]> git.donarmstrong.com Git - dak.git/commitdiff
Shutup
authorJoerg Jaspert <joerg@debian.org>
Sun, 7 Sep 2008 21:27:00 +0000 (23:27 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 7 Sep 2008 21:27:00 +0000 (23:27 +0200)
For now dont warn if file is not found.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
daklib/utils.py

index 03135e72e4a58fe99dc9ad05c8506c707957d55f..075e4a16ab8e190a4a865cc496a0fbaf1bbdcda0 100755 (executable)
@@ -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: