From 08cfcad53467bcae8ad9b7fba2624efccae45044 Mon Sep 17 00:00:00 2001
From: Mike O'Connor <stew@vireo.org>
Date: Fri, 13 Mar 2009 12:43:12 -0400
Subject: [PATCH] result unassigned

Signed-off-by: Mike O'Connor <stew@vireo.org>
---
 daklib/binary.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daklib/binary.py b/daklib/binary.py
index fe7bec8a..06f773c9 100755
--- a/daklib/binary.py
+++ b/daklib/binary.py
@@ -168,11 +168,11 @@ class Binary(object):
 
         @return True if the deb is valid and contents were imported
         """
+        result = False
         rejected = not self.valid_deb()
         if not rejected:
             self.__unpack()
 
-            result = False
 
             cwd = os.getcwd()
             if not rejected and self.tmpdir:
-- 
2.39.5