removed a TODO comment

master
Marcus Bakker 2020-10-15 11:23:29 +02:00
parent 42709dc9de
commit a5342da248
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ def _get_group_techniques(groups, stage, platform, file_type):
groups_found = set()
# groups is a YAML file
if file_type == FILE_TYPE_GROUP_ADMINISTRATION: # TODO test if this still works
if file_type == FILE_TYPE_GROUP_ADMINISTRATION:
_yaml = init_yaml()
with open(groups, 'r') as yaml_file:
config = _yaml.load(yaml_file)