author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 06 May 2010 08:24:46 +0200 | |
branch | oldstable |
changeset 5487 | 3ab2682a4b37 |
parent 5484 | 95f2384b4495 |
child 5488 | ded032692cb9 |
child 5993 | 50e1a6ad3e98 |
migration.py | file | annotate | diff | comparison | revisions |
--- a/migration.py Wed May 05 18:54:04 2010 +0200 +++ b/migration.py Thu May 06 08:24:46 2010 +0200 @@ -378,7 +378,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)