server/migractions.py
changeset 4204 60256056bda6
parent 4188 b3258d2afe04
parent 4195 86dcaf6bb92f
child 4252 6c4f109c2b03
--- a/server/migractions.py	Tue Dec 22 19:27:51 2009 +0100
+++ b/server/migractions.py	Wed Dec 23 12:20:10 2009 +0100
@@ -196,7 +196,7 @@
             if systemonly and source.uri != 'system':
                 continue
             try:
-                source.restore(osp.join(tmpdir, source.uri), drop=drop)
+                source.restore(osp.join(tmpdir, source.uri), self.confirm, drop)
             except Exception, exc:
                 print '-> error trying to restore [%s]' % exc
                 if not self.confirm('Continue anyway?', default='n'):