changeset 2510 | 2aeac9d85a79 |
parent 2493 | 9806571ea790 |
child 2512 | 106b2a05dc88 |
--- a/server/sqlutils.py Fri Jul 24 19:44:30 2009 +0200 +++ b/server/sqlutils.py Sun Jul 26 16:56:37 2009 +0200 @@ -125,7 +125,7 @@ if exists(backupfile): if not confirm('backup file %s exists, overwrite it?' % backupfile): return - elif askconfirm and not confirm('backup %s %database?' + elif askconfirm and not confirm('backup %s database?' % source.repo.config.appid): return # should close opened connection before backuping