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:
parent
adbd54045c
commit
09c46bd7c3
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user