changeset 4905 | cc94a3f3321f |
parent 4899 | c666d265fb95 |
parent 4904 | a5250dafdcac |
child 4925 | 0d66fbe050c6 |
--- a/server/migractions.py Fri Mar 12 16:53:18 2010 +0100 +++ b/server/migractions.py Mon Mar 15 11:18:51 2010 +0100 @@ -147,7 +147,7 @@ try: for source in repo.sources: try: - source.backup(osp.join(tmpdir, source.uri, self.confirm)) + source.backup(osp.join(tmpdir, source.uri), self.confirm) except Exception, ex: print '-> error trying to backup %s [%s]' % (source.uri, ex) if not self.confirm('Continue anyway?', default='n'):