[debexpo-devel] [PATCH] on upload reject, delete only actually uploaded files
Jonny Lamb
jonny at debian.org
Mon Feb 23 18:33:17 CET 2009
On Sun, Feb 22, 20:52:01 +0000, Serafeim Zanikolas wrote:
> - os.remove(file)
> + if os.path.exists(file):
> + os.remove(file)
Committed and pushed, thanks.
--
Jonny Lamb, UK
jonny at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://workaround.org/pipermail/debexpo-devel/attachments/20090223/59985a53/attachment.pgp>
More information about the debexpo-devel
mailing list