changeset 2739 | 2403260cb5b4 |
parent 2737 | aaef49a3c39b |
child 2759 | 23d7a75693f8 |
--- a/server/sqlutils.py Fri Aug 07 16:18:28 2009 +0200 +++ b/server/sqlutils.py Fri Aug 07 16:18:51 2009 +0200 @@ -210,7 +210,7 @@ return if os.system(cmd): print '-> error trying to backup with command', cmd - if not confirm('Continue anyway?', default_is_yes=False): + if not confirm('Continue anyway?', default='n'): raise SystemExit(1) else: print '-> backup file', backupfile