Skip to content

Commit

Permalink
removed trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Mar 4, 2024
1 parent 3b1e3fd commit 05e8484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibigrid/core/utility/validate_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def check_instance_type_image_combination(self, instance_type, instance_image, p
self.log.warning(f"Flavor {instance_type} does not exist on {provider.cloud_specification['identifier']}.\n"
f"Available flavors:\n{available_flavors}")
return False

type_max_disk_space = flavor["disk"]
type_max_ram = flavor["ram"]
image_min_disk_space = provider.get_image_by_id_or_name(instance_image)["min_disk"]
Expand Down

0 comments on commit 05e8484

Please sign in to comment.