jenkins-bot has submitted this change and it was merged.

Change subject: Fix typo in build.py
......................................................................


Fix typo in build.py

Change-Id: I6f7f7bd2d769e42cc60a9c96518d2f69f1786de3
---
M build.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Merlijn van Deen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/build.py b/build.py
index 064b685..3419708 100755
--- a/build.py
+++ b/build.py
@@ -129,7 +129,7 @@
     argparser.add_argument(
         'image',
         help='Which image to build. Will also build all ancestors + 
descendents of image',
-        choices=list(itertools.chain(*[lineage_of(base) for base in 
IMAGES.keys]))
+        choices=list(itertools.chain(*[lineage_of(base) for base in 
IMAGES.keys()]))
     )
     argparser.add_argument(
         '--push',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6f7f7bd2d769e42cc60a9c96518d2f69f1786de3
Gerrit-PatchSet: 1
Gerrit-Project: operations/docker-images/toollabs-images
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to