There was an error while loading. Please reload this page.
1 parent 9917449 commit ff65b0cCopy full SHA for ff65b0c
1 file changed
test-cnm/test_cnm/config.py
@@ -83,6 +83,8 @@ class ConfigFull(ConfigBase):
83
profile: Optional[str] = None
84
85
def dynamic_config(self, cfg: dict) -> "ConfigFull":
86
+ # TODO(reweeden): allow config from environment / cli args to override
87
+ # the dynamic config?
88
return replace(self, **cfg)
89
90
def session(self) -> boto3.Session:
0 commit comments