Skip to content

Commit ff65b0c

Browse files
committed
TODO: Allow overriding dynamic config
1 parent 9917449 commit ff65b0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test-cnm/test_cnm/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ class ConfigFull(ConfigBase):
8383
profile: Optional[str] = None
8484

8585
def dynamic_config(self, cfg: dict) -> "ConfigFull":
86+
# TODO(reweeden): allow config from environment / cli args to override
87+
# the dynamic config?
8688
return replace(self, **cfg)
8789

8890
def session(self) -> boto3.Session:

0 commit comments

Comments
 (0)