We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dc4df commit ec28644Copy full SHA for ec28644
dataikuapi/dss/admin.py
@@ -908,7 +908,7 @@ def get_built_container_confs(self):
908
return self.settings.get("containerConfs", [])
909
def set_built_container_confs(self, *configs, **kwargs):
910
"""
911
- Sets the list of container configs for which the code env builds an image
+ Set the list of container configs for which the code env builds an image
912
913
:param boolean all: if True, an image is built for each config
914
:param list configs: list of configuration names to build images for
0 commit comments