Skip to content

Commit dbcfb4f

Browse files
line too long
1 parent 990f3c2 commit dbcfb4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bibigrid/core/utility/validate_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ def validate(self):
208208
checks = [("master/vpn", self.check_master_vpn_worker), ("servergroup", self.check_server_group),
209209
("instances", self.check_instances), ("volumes", self.check_volumes), ("network", self.check_network),
210210
("quotas", self.check_quotas), ("sshPublicKeyFiles", self.check_ssh_public_key_files),
211-
("cloudYamls", self.check_clouds_yamls), ("nfs", self.check_nfs), ("global security groups",
212-
self.check_configurations_security_groups)]
211+
("cloudYamls", self.check_clouds_yamls), ("nfs", self.check_nfs),
212+
("global security groups", self.check_configurations_security_groups)]
213213
if success:
214214
for check_name, check_function in checks:
215215
success = evaluate(check_name, check_function(), self.log) and success

0 commit comments

Comments
 (0)