backport stable stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 06 May 2010 08:25:02 +0200
branchstable
changeset 5488 ded032692cb9
parent 5485 4a033d7f1d93 (current diff)
parent 5487 3ab2682a4b37 (diff)
child 5490 b7b96b8decf1
backport stable
migration.py
--- a/migration.py	Wed May 05 18:54:19 2010 +0200
+++ b/migration.py	Thu May 06 08:25:02 2010 +0200
@@ -379,7 +379,7 @@
                 if optdict.get('default') is REQUIRED:
                     self.config.input_option(optdescr[1], optdict)
         self.config.generate_config(open(newconfig, 'w'))
-        show_diffs(configfile, newconfig, ask_confirm=self.confirm is not yes)
+        show_diffs(configfile, newconfig, askconfirm=self.confirm is not yes)
         os.close(fd)
         if exists(newconfig):
             os.unlink(newconfig)