]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/utils.py
Shutup
[dak.git] / 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: