From c0208c1452b6a935e2b69512c18ac119f305209d Mon Sep 17 00:00:00 2001 From: Mike O'Connor Date: Mon, 23 Feb 2009 00:16:49 -0500 Subject: [PATCH] cant delete it after i set it to null, dummy Signed-off-by: Mike O'Connor --- daklib/binary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2