From 8a265da881b3a783ca23fb9bcd28690171e5b96b Mon Sep 17 00:00:00 2001 From: XaverStiensmeier Date: Mon, 6 May 2024 10:15:16 +0200 Subject: [PATCH] improved spacing --- bibigrid/core/actions/create.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bibigrid/core/actions/create.py b/bibigrid/core/actions/create.py index 046704c5..8d33d09f 100644 --- a/bibigrid/core/actions/create.py +++ b/bibigrid/core/actions/create.py @@ -101,7 +101,6 @@ def __init__(self, providers, configurations, config_path, log, debug=False, clu "useMasterWithPublicIp", True) self.log.debug("Keyname: %s", self.key_name) - def create_defaults(self): if not self.configurations[0].get("customAnsibleCfg", False) or not os.path.isfile(a_rp.ANSIBLE_CFG_PATH): shutil.copy(a_rp.ANSIBLE_CFG_DEFAULT_PATH, a_rp.ANSIBLE_CFG_PATH) @@ -109,7 +108,6 @@ def create_defaults(self): a_rp.SLURM_CONF_TEMPLATE_PATH): shutil.copy(a_rp.SLURM_CONF_TEMPLATE_DEFAULT_PATH, a_rp.SLURM_CONF_TEMPLATE_PATH) - def generate_keypair(self): """ Generates ECDSA Keypair using system-function ssh-keygen and uploads the generated public key to providers.