Skip to content

Commit dccd018

Browse files
Adding TODO
1 parent fe6b4fc commit dccd018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ads/aqua/config/container_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def from_service_config(
191191
additional_configurations.get("modelFormats")
192192
)
193193

194+
# TODO: Remove the else condition once SMC env variable config is updated everywhere
194195
if additional_configurations.get("env_vars", None):
195196
env_vars_dict = json.loads(
196197
additional_configurations.get("env_vars") or "{}"

0 commit comments

Comments
 (0)