Fix issues with SymbolRequirement refactoring.

This commit is contained in:
Mike Auty
2019-02-11 22:30:22 +00:00
parent 12fe297c80
commit 4e8c8a7232
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class AutomagicInterface(interfaces.configuration.ConfigurableInterface, metacla
shortcut: Only returns requirements that live under unsatisfied requirements
Returns:
A list of tuples containing the config_path, sub_config_path and requirement identifying the SymbolRequirements
A list of tuples containing the config_path, sub_config_path and requirement identifying the SymbolTableRequirements
"""
sub_config_path = interfaces.configuration.path_join(config_path, requirement_root.name)
results = [] # type: List[Tuple[str, interfaces.configuration.RequirementInterface]]