Skip to content
Snippets Groups Projects
Commit 5cf45c43 authored by Mark Haines's avatar Mark Haines
Browse files

Merge branch 'master' into develop

parents 36a2a877 90d60e3f
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ def setup():
except UpgradeDatabaseException:
sys.stderr.write(
"\nFailed to upgrade database.\n"
"Have you followed any instructions in UPGRADES.rst?\n"
"Have you checked for version specific instructions in UPGRADES.rst?\n"
)
sys.exit(1)
......
......@@ -139,6 +139,7 @@ class BaseMediaResource(Resource):
@download.addBoth
def callback(media_info):
del self.downloads[key]
return media_info
return download
@defer.inlineCallbacks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment