X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;h=7129aa32ed4f7d1f62aca4c094adfb5051380704;hb=b43ed3ff3738940ce46caa836d88b6937a76582c;hp=fd790b5930df56d0e49804a13178db33f7bca090;hpb=91dbbbfe193962ede641168e2c446ad807f9217a;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py index fd790b59..7129aa32 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -260,6 +260,7 @@ def create_hash(where, files, hashname, hashfunc): file_handle = open_file(f) except CantOpenError: rejmsg.append("Could not open file %s for checksumming" % (f)) + continue files[f][hash_key(hashname)] = hashfunc(file_handle)