X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=4a4cfd6b341d35f1f4e07e4425d2d30349eb9aeb;hb=c71ff2f00a27f3ba7cf581c962cd9a66cb2000c6;hp=e4f055dee9238405be1bb4dfabd4130a920c248f;hpb=07964ae62683060924956e3aef2b48f9c925bcbb;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index e4f055de..4a4cfd6b 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -405,7 +405,7 @@ def check_files(): files[file]["type"] = "unreadable" continue # If it's byhand skip remaining checks - if files[file]["section"] == "byhand" or files[file]["section"][4:] == "raw-": + if files[file]["section"] == "byhand" or files[file]["section"][:4] == "raw-": files[file]["byhand"] = 1 files[file]["type"] = "byhand" # Checks for a binary package...