Paladox has uploaded a new change for review.
https://gerrit.wikimedia.org/r/274504
Change subject: Fix tox-jessie failing
......................................................................
Fix tox-jessie failing
22:02:18 /home/jenkins/workspace/tox-jessie$
/home/jenkins/workspace/tox-jessie/.tox/flake8/bin/flake8
22:02:18 ./build_table.py:120:9: E731 do not assign a lambda expression,
use a def
22:02:18 ERROR: InvocationError:
'/home/jenkins/workspace/tox-jessie/.tox/flake8/bin/flake8'
Change-Id: I40d0c70612a59ded6e6ae5f7378b5ec642aad266
---
M build_table.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/integration/dashboard
refs/changes/04/274504/1
diff --git a/build_table.py b/build_table.py
index d537b01..8d4add1 100755
--- a/build_table.py
+++ b/build_table.py
@@ -117,7 +117,7 @@
for repo_type, glob_path in {'Extension': lib.EXTENSIONS_DIR,
'Skin': lib.SKINS_DIR}.items():
- repo_name = lambda x: 'mediawiki-%s-%s' % (repo_type.lower() + 's', x)
+ def repo_name(x): return 'mediawiki-%s-%s' % (repo_type.lower() +
's', x)
files = glob.glob(os.path.join(glob_path, '*', manager.file_name))
for f in files:
--
To view, visit https://gerrit.wikimedia.org/r/274504
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I40d0c70612a59ded6e6ae5f7378b5ec642aad266
Gerrit-PatchSet: 1
Gerrit-Project: integration/dashboard
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits