1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 21:58:41 +02:00

- addremove: don't remove storefile

This commit is contained in:
Marcus Huewe
2010-08-23 17:44:14 +02:00
parent a17fbdcff1
commit d5e4a81e8f

View File

@@ -2925,7 +2925,6 @@ Please submit there instead, or use --nodevelproject to force direct submission.
elif state == '!':
p.put_on_deletelist(filename)
p.write_deletelist()
os.unlink(os.path.join(p.storedir, filename))
print statfrmt('D', getTransActPath(os.path.join(p.dir, filename)))