]> git.donarmstrong.com Git - dak.git/commitdiff
use discard instead of remove
authorAnsgar Burchardt <ansgar@debian.org>
Fri, 6 Jul 2012 21:13:41 +0000 (15:13 -0600)
committerAnsgar Burchardt <ansgar@debian.org>
Sat, 7 Jul 2012 13:42:54 +0000 (07:42 -0600)
Uploads that do not include source would trigger an exception when
remove is used.  discard does not raise an exception when the element
does not exist.

Signed-off-by: Ansgar Burchardt <ansgar@debian.org>

No differences found