changeset 5486 | 5790462343cb |
parent 5442 | 3ed8afbbdf70 |
parent 5485 | 4a033d7f1d93 |
child 5508 | 6718ba5db0eb |
--- a/migration.py Wed May 05 18:48:31 2010 +0200 +++ b/migration.py Wed May 05 18:55:19 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) + show_diffs(configfile, newconfig, ask_confirm=self.confirm is not yes) os.close(fd) if exists(newconfig): os.unlink(newconfig)