Skip to content

Commit 23dc4df

Browse files
Update dataikuapi/dss/admin.py
Co-authored-by: Allan Francani <allan.francani@dataiku.com>
1 parent f8e0523 commit 23dc4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ def get_built_for_all_container_confs(self):
903903
return self.settings.get("allContainerConfs", False)
904904
def get_built_container_confs(self):
905905
"""
906-
Returns the list of container configs for which the code env builds an image (if not all)
906+
Return the list of container configs for which the code env builds an image (if not all)
907907
"""
908908
return self.settings.get("containerConfs", [])
909909
def set_built_container_confs(self, *configs, **kwargs):

0 commit comments

Comments
 (0)