Yuvipanda has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/296955

Change subject: Fix typo
......................................................................

Fix typo

Change-Id: I67be7f5041e119bab10d8b6e7888c42fab978ef7
---
M quarry/web/app.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/quarry/web 
refs/changes/55/296955/1

diff --git a/quarry/web/app.py b/quarry/web/app.py
index b5d1c19..1d9b322 100644
--- a/quarry/web/app.py
+++ b/quarry/web/app.py
@@ -184,7 +184,7 @@
     resp = redirect(
         url_for('output_result', qrun_id=qrun_id,
                 resultset_id=resultset_id, format=format,
-                _external=True, _schema='https')
+                _external=True, _scheme='https')
     )
     # CORS on the redirect
     resp.headers.add('Access-Control-Allow-Origin', '*')

-- 
To view, visit https://gerrit.wikimedia.org/r/296955
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I67be7f5041e119bab10d8b6e7888c42fab978ef7
Gerrit-PatchSet: 1
Gerrit-Project: analytics/quarry/web
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <yuvipa...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to