From: Mike O'Connor Date: Mon, 23 Feb 2009 05:16:49 +0000 (-0500) Subject: cant delete it after i set it to null, dummy X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=c0208c1452b6a935e2b69512c18ac119f305209d;p=dak.git cant delete it after i set it to null, dummy Signed-off-by: Mike O'Connor --- diff --git a/daklib/binary.py b/daklib/binary.py index fb1cade9..c6fc1174 100755 --- a/daklib/binary.py +++ b/daklib/binary.py @@ -51,8 +51,8 @@ class Binary(object): we need to remove the temporary directory, if we created one """ if self.tmpdir and os.path.exists(self.tmpdir): - self.tmpdir = None shutil.rmtree(self.tmpdir) + self.tmpdir = None def __scan_ar(self): # get a list of the ar contents