From: Thierry Parmentelat Date: Mon, 11 Jan 2010 17:43:07 +0000 (+0000) Subject: tssss X-Git-Tag: 4.3-rc16~17 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4bc42d438e66180a813db56a914e57bbb331eb7f;p=build.git tssss --- diff --git a/module-tools.py b/module-tools.py index 40f8f790..332e87cf 100755 --- a/module-tools.py +++ b/module-tools.py @@ -897,7 +897,7 @@ c: cat the current tag file n: move to next file"""%locals() if prompt("Want to review changes on tags files",False): - tagsdict = dict ( [ (x, 'todo') for tagsfile in tagsfiles ] ) + tagsdict = dict ( [ (x, 'todo') for x in tagsfiles ] ) default_answer='d' else: break