From: Joerg Jaspert Date: Mon, 2 Aug 2010 11:30:36 +0000 (+0200) Subject: Merge remote branch 'twerner/process-upload' into merge X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=318f894838a88ff43e47efe294041f837695ebda;hp=f92359abf94f90f529be810f6a9af5dbd4ada21d;p=dak.git Merge remote branch 'twerner/process-upload' into merge * twerner/process-upload: queue.py: fix more error handling code Signed-off-by: Joerg Jaspert --- diff --git a/daklib/queue.py b/daklib/queue.py index 0fe175f8..8d814e86 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -78,6 +78,7 @@ def get_type(f, session): elif re_source_ext.match(f["type"]): file_type = "dsc" else: + file_type = f["type"] utils.fubar("invalid type (%s) for new. Dazed, confused and sure as heck not continuing." % (file_type)) # Validate the override type