We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fdc03 commit f8e0523Copy full SHA for f8e0523
dataikuapi/dss/admin.py
@@ -898,7 +898,7 @@ def set_required_conda_spec(self, *spec):
898
class DSSCodeEnvContainerConfsBearer(object):
899
def get_built_for_all_container_confs(self):
900
"""
901
- Returns whether the code env creates an image for each container config
+ Return whether the code env creates an image for each container config
902
903
return self.settings.get("allContainerConfs", False)
904
def get_built_container_confs(self):
0 commit comments