Skip to content

Commit 5bbae07

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

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
@@ -896,7 +896,7 @@ def set_required_conda_spec(self, *spec):
896896
self.settings["specCondaEnvironment"] = '\n'.join(packages)
897897

898898
class DSSCodeEnvContainerConfsBearer(object):
899-
def built_for_all_container_confs(self):
899+
def get_built_for_all_container_confs(self):
900900
"""
901901
Returns whether the code env creates an image for each container config
902902
"""

0 commit comments

Comments
 (0)