From: Mike O'Connor Date: Fri, 13 Mar 2009 16:43:12 +0000 (-0400) Subject: result unassigned X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08cfcad53467bcae8ad9b7fba2624efccae45044;p=dak result unassigned Signed-off-by: Mike O'Connor --- 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: