Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Updated return value from download errors view
Download errors view returned a tuple containing a Response object but newer version of flask requires a tuple containing two or more items, or a Response object. Changed view to just return the Response object.
- Loading branch information