1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 14:56:14 +01:00

- fixed delPackage (TODO: testcases for this method)

This commit is contained in:
Marcus Huewe 2011-03-11 14:44:44 +01:00
parent adbd54045c
commit 09c46bd7c3

View File

@ -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)))