fix importfeed --force skip behavior reversion
authorJoey Hess <joeyh@joeyh.name>
Fri, 2 Feb 2024 19:57:07 +0000 (15:57 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 2 Feb 2024 19:57:07 +0000 (15:57 -0400)
commit2f3fe4d9041aed953e9a25b514d83bfa05fdb971
tree6f70dee95a641fa057dd255008a7109e2a0fbb46
parent0c64cd30c246ee5fd0d24a837cafeb4d1ab3a3fb
fix importfeed --force skip behavior reversion

importfeed --force: Don't treat it as a failure when an already downloaded
file exists. (Fixes a behavior change introduced in 10.20230626.)

04ee6c4c6b2 caused the reversion. Inside a CommandPerform, stop causes it
to fail. Before that commit, it was inside a CommandStart, where stop
causes it to skip.
CHANGELOG
Command/ImportFeed.hs