Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Aug 11, 2023
1 parent e7bde51 commit 471a155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bibigrid/core/utility/validate_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@ def check_quotas(self):
free_resources_dict = provider.get_free_resources()
for key, value in self.required_resources_dict.items():
success = has_enough(free_resources_dict[key], value,
f"Project {self.providers[0].cloud_specification['identifier']}", key,
self.log) and success
f"Project {self.providers[0].cloud_specification['identifier']}", key,
self.log) and success
return success

def check_ssh_public_key_files(self):
Expand Down

0 comments on commit 471a155

Please sign in to comment.