Ticket #1569 (closed defect: fixed)
delete stack-trace if deleted file also exists
Reported by: | jweiss | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | The Distant Future |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | debathena-delete 10.1.1-0debathena1 | |
Upstream bug: |
Description
With the new python based delete you get a stack-trace if you try to delete the file "foo" and ".#foo" already exists. The behavior with the old delete was to lose the existing ".#foo", and delete the existing foo to ".#foo".
Change History
comment:2 Changed 9 years ago by jdreed
- Status changed from review to committed
committed c70dde8ffd56643666dc4e74783dcf83edaa04e7 (Correctly call os.unlink) to master
Note: See
TracTickets for help on using
tickets.
https://github.com/mit-athena/delete/pull/3