Show More
@@ -53,6 +53,7 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 | return rsa_key | |||
56 |
|
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): |
General Comments 0
You need to be logged in to leave comments.
Login now