From 4bc42d438e66180a813db56a914e57bbb331eb7f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 11 Jan 2010 17:43:07 +0000 Subject: [PATCH] tssss --- module-tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0