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

@ -309,11 +309,12 @@ class ConfigManager():
def add_confspecs(self, confspecs):
"""
Stores multiple ConfigSpecifications at once for future use when validating the corresponding
config bundles
Stores multiple ConfigSpecifications at once for future use when validating the
corresponding config bundles
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)

Loading…
Cancel
Save