From f9fe4239885292550dd008ce6c162dc3e16f753b Mon Sep 17 00:00:00 2001 From: Torsten Werner Date: Sun, 1 Aug 2010 14:37:15 +0000 Subject: [PATCH] queue.py: fix more error handling code Signed-off-by: Torsten Werner --- daklib/queue.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2