slapos client: Expand user home directory from client configuration.

parent d1942fda
......@@ -71,6 +71,8 @@ class ClientConfig(object):
else:
setattr(self, 'master_url', master_url)
self.key_file = os.path.expanduser(self.key_file)
self.cert_file = os.path.expanduser(self.cert_file)
def init(config):
"""Initialize Slap instance, connect to server and create
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment