From: James Troup Date: Wed, 6 Feb 2008 21:58:54 +0000 (+0000) Subject: [AJ, r=JT] fix slice for raw- check X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=9bac51669faa98711afc601788ef0354205863b1;p=dak.git [AJ, r=JT] fix slice for raw- check --- 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...