PEP8

parent 1052a8e8
...@@ -403,10 +403,14 @@ class Config: ...@@ -403,10 +403,14 @@ class Config:
setattr(self, option, value) setattr(self, option, value)
def slaposConfig(self,mount_dir_path,slapos_configuration, def slaposConfig(self,
hostname_path, host_path, mount_dir_path,
key_path, master_url, slapos_configuration,
temp_dir,computer_id): hostname_path,
host_path, key_path,
master_url,
temp_dir,
computer_id):
""" """
Set configuration for slapos Set configuration for slapos
""" """
......
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