migration.py
changeset 5508 6718ba5db0eb
parent 5486 5790462343cb
parent 5488 ded032692cb9
child 5590 a56eb02f9ce7
--- a/migration.py	Thu May 06 14:29:07 2010 +0200
+++ b/migration.py	Mon May 10 16:59:32 2010 +0200
@@ -391,7 +391,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)