We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e0523 commit 23dc4dfCopy full SHA for 23dc4df
dataikuapi/dss/admin.py
@@ -903,7 +903,7 @@ def get_built_for_all_container_confs(self):
903
return self.settings.get("allContainerConfs", False)
904
def get_built_container_confs(self):
905
"""
906
- Returns the list of container configs for which the code env builds an image (if not all)
+ Return the list of container configs for which the code env builds an image (if not all)
907
908
return self.settings.get("containerConfs", [])
909
def set_built_container_confs(self, *configs, **kwargs):
0 commit comments