Yuvipanda has uploaded a new change for review.

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

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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/docker-images/toollabs-images 
refs/changes/33/316833/1

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: newchange
Gerrit-Change-Id: I6f7f7bd2d769e42cc60a9c96518d2f69f1786de3
Gerrit-PatchSet: 1
Gerrit-Project: operations/docker-images/toollabs-images
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>

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

Reply via email to