From 8ee00dd21b743a3cbe5966d0fff899dc4be2aabc Mon Sep 17 00:00:00 2001 From: Tim Vieira Date: Thu, 6 Dec 2012 18:04:31 -0500 Subject: [PATCH] fixed bug in update plan section headings. --- bin/prototype.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/prototype.py b/bin/prototype.py index 66aba57..72427cf 100644 --- a/bin/prototype.py +++ b/bin/prototype.py @@ -343,14 +343,14 @@ def main(dynafile): plan = r.find_update_plans(e) - print - print yellow % 'Update %s' % (e,) - for e, mode in reversed(plan): - if mode is None: - continue - (M, o) = mode - d = display_mode(M, o) - print '%-40s %s' % (e, d) + #print + #print yellow % 'Update %s' % (e,) + #for e, mode in reversed(plan): + # if mode is None: + # continue + # (M, o) = mode + # d = display_mode(M, o) + # print '%-40s %s' % (e, d) print >> html, '

Update %s

' % (e,) -- 2.50.1