Show More
@@ -53,7 +53,8 b' class BackupManager(object):' | |||
|
53 | 53 | if not os.path.isfile(rsa_key): |
|
54 | 54 | logging.error('Could not load id_rsa key file in %s', rsa_key) |
|
55 | 55 | sys.exit() |
|
56 | ||
|
56 | return rsa_key | |
|
57 | ||
|
57 | 58 | def get_repos_path(self, path): |
|
58 | 59 | if not os.path.isdir(path): |
|
59 | 60 | logging.error('Wrong location for repositories in %s', path) |
General Comments 0
You need to be logged in to leave comments.
Login now