[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] result unassigned



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

diff --git a/daklib/binary.py b/daklib/binary.py
index fe7bec8..06f773c 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:
-- 
1.5.6.5


Reply to: