From 09c46bd7c352b4801346c2c7f1d7fedbf150d47b Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Fri, 11 Mar 2011 14:44:44 +0100 Subject: [PATCH] - fixed delPackage (TODO: testcases for this method) --- osc/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index 1fae2b71..454118be 100644 --- a/osc/core.py +++ b/osc/core.py @@ -626,7 +626,6 @@ class Project: for filename in del_files: pac.delete_localfile(filename) if pac.status(filename) != '?': - pac.delete_storefile(filename) # this is not really necessary pac.put_on_deletelist(filename) print statfrmt('D', getTransActPath(os.path.join(pac.dir, filename)))