From 269723dcdac58050bc0c58344fd006e960d38ef6 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 25 Feb 2014 18:40:54 +0200 Subject: [PATCH] Added docstring to show_images function Change-Id: I919bfe46b4023bc344927a57040f3c24e294a07c Signed-off-by: Ed Bartosh Reviewed-on: https://otctools.jf.intel.com/review/10079 Reviewed-by: Markus Lehtonen Tested-by: OTC Tools Tester --- repa/list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/repa/list.py b/repa/list.py index 2420e8f..c64daf9 100755 --- a/repa/list.py +++ b/repa/list.py @@ -51,6 +51,7 @@ def get_status(obs, project): def show_images(meta): + """Helper function to print list of images.""" if 'images' in meta: print ' images:', ' '.join("%s:%s" % (img['name'], img['status']) \ for img in meta['images']) -- 2.7.4