Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #306 from deNBI/fix(linting)_refs/heads/master
Browse files Browse the repository at this point in the history
Automated Blacked Linting
  • Loading branch information
vktrrdk authored Apr 23, 2020
2 parents 574c4ee + 3ac82c2 commit 5cd7088
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,6 @@ def start_server_with_custom_key(
volumes.append(self.conn.get_volume_by_id(id=id))
self.logger.info(volumes)


try:
private_key = key_creation["private_key"]
except Exception:
Expand Down Expand Up @@ -1775,7 +1774,6 @@ def get_cluster_status(self, cluster_id):
self.logger.info("Cluster {} status: {} ".format(cluster_id, response.content))
return response.json()


def bibigrid_available(self):
self.logger.info("Checking if Bibigrid is available")
if not self.BIBIGRID_URL:
Expand Down Expand Up @@ -1850,7 +1848,7 @@ def start_cluster(self, public_key, master_instance, worker_instances, user):
"availabilityZone": self.AVAIALABILITY_ZONE,
"masterInstance": master_instance,
"workerInstances": wI,
"useMasterWithPublicIp": False
"useMasterWithPublicIp": False,
}
for mode in self.BIBIGRID_MODES:
body.update({mode: True})
Expand Down

0 comments on commit 5cd7088

Please sign in to comment.