Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix two minor bugs related to wpull usage (#85)
* Fix bug with overwriting wpull progress DB * Don't base command exit code on wpull's exit code Wpull's application class returns a non-zero exit code if there are any URL failures (for example DNS failure). We don't want our entire management command to return non-zero because of this.
- Loading branch information