Legoktm has submitted this change and it was merged.
Change subject: Remove duplicate title and unused `s_text` argument
......................................................................
Remove duplicate title and unused `s_text` argument
Change-Id: Ia76f0f652827b9b003a3a43c1b961fd7d46be579
---
M generate.py
1 file changed, 1 insertion(+), 2 deletions(-)
Approvals:
Legoktm: Verified; Looks good to me, approved
diff --git a/generate.py b/generate.py
index c76e0ca..c7d680c 100644
--- a/generate.py
+++ b/generate.py
@@ -87,7 +87,6 @@
<html>
<head>
<meta charset="utf-8">
-<title>Extension registration wall of {s_text}</title>
<title>{title}</title>
<link rel="stylesheet" type="text/css" href="wos.css">
</head>
@@ -111,7 +110,7 @@
<th>Converted?</th>
<th>Bug</th>
</tr>
-""".format(converted=converted, total=total, percent=percent, title=title,
excite=excite, s_text=s_text)
+""".format(converted=converted, total=total, percent=percent, title=title,
excite=excite)
for name in sorted(data):
converted_class = 'no'
converted_text = 'No'
--
To view, visit https://gerrit.wikimedia.org/r/211055
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia76f0f652827b9b003a3a43c1b961fd7d46be579
Gerrit-PatchSet: 2
Gerrit-Project: labs/tools/extreg-wos
Gerrit-Branch: master
Gerrit-Owner: Ricordisamoa <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Ricordisamoa <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits