master
Tom Wilson 6 years ago
parent 2da1486d8e
commit 7989a06140

@ -309,11 +309,12 @@ class ConfigManager():
def add_confspecs(self, confspecs): def add_confspecs(self, confspecs):
""" """
Stores multiple ConfigSpecifications at once for future use when validating the corresponding Stores multiple ConfigSpecifications at once for future use when validating the
config bundles corresponding config bundles
Args: Args:
confspecs : A dict of populated ConfigSpecifications to store, using their keys as names. confspecs : A dict of populated ConfigSpecifications to store, using their keys as
names.
""" """
self.confspecs.update(confspecs) self.confspecs.update(confspecs)

Loading…
Cancel
Save