##// END OF EJS Templates
fixed stupid typo in backup manager
marcink -
r440:9fe5ca6d default
parent child Browse files
Show More
@@ -53,7 +53,8 b' class BackupManager(object):'
53 if not os.path.isfile(rsa_key):
53 if not os.path.isfile(rsa_key):
54 logging.error('Could not load id_rsa key file in %s', rsa_key)
54 logging.error('Could not load id_rsa key file in %s', rsa_key)
55 sys.exit()
55 sys.exit()
56
56 return rsa_key
57
57 def get_repos_path(self, path):
58 def get_repos_path(self, path):
58 if not os.path.isdir(path):
59 if not os.path.isdir(path):
59 logging.error('Wrong location for repositories in %s', path)
60 logging.error('Wrong location for repositories in %s', path)
General Comments 0
You need to be logged in to leave comments. Login now