Mercurial > public > src > rhodecode
changeset 479:9fe5ca6d72f6
fixed stupid typo in backup manager
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Mon, 30 Aug 2010 17:51:36 +0200 |
parents | 728fbb693183 |
children | c59c4d4323e7 |
files | pylons_app/lib/backup_manager.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pylons_app/lib/backup_manager.py Mon Aug 30 17:38:38 2010 +0200 +++ b/pylons_app/lib/backup_manager.py Mon Aug 30 17:51:36 2010 +0200 @@ -53,7 +53,8 @@ if not os.path.isfile(rsa_key): logging.error('Could not load id_rsa key file in %s', rsa_key) sys.exit() - + return rsa_key + def get_repos_path(self, path): if not os.path.isdir(path): logging.error('Wrong location for repositories in %s', path)