|
|
|
|
@ -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)
|
|
|
|
|
|
|
|
|
|
|