server/migractions.py
branchstable
changeset 4195 86dcaf6bb92f
parent 3935 2fbb79054a1a
child 4204 60256056bda6
child 4212 ab6573088b4a
--- a/server/migractions.py	Tue Dec 22 20:06:24 2009 +0100
+++ b/server/migractions.py	Tue Dec 22 21:02:37 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'):