From fbf9b0596a5e5d34ce9733bd9ef425de508fa507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 21 Jun 2005 15:00:27 +0000 Subject: [PATCH] Tab/space --- pisi/installdb.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pisi/installdb.py b/pisi/installdb.py index 33561aa4..be777c53 100644 --- a/pisi/installdb.py +++ b/pisi/installdb.py @@ -58,8 +58,7 @@ def purge(pkg): if d.has_key(pkg): (status, version, release) = d[pkg] f = files_name(pkg, version, release) - if util.check_file(f): - os.unlink(f) - del d[pkg] - + if util.check_file(f): + os.unlink(f) + del d[pkg]