From: Torsten Werner Date: Sun, 1 Aug 2010 14:37:15 +0000 (+0000) Subject: queue.py: fix more error handling code X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=f9fe4239885292550dd008ce6c162dc3e16f753b;p=dak.git queue.py: fix more error handling code Signed-off-by: Torsten Werner --- 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