Skip to content

Commit b526995

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

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
@@ -988,7 +988,7 @@ def get_version(self, version_id=None):
988988
elif deployment_mode in ['PLUGIN_NON_MANAGED', 'PLUGIN_MANAGED', 'AUTOMATION_NON_MANAGED_PATH', 'EXTERNAL_CONDA_NAMED']:
989989
return DSSAutomationCodeEnvVersionSettings(self.codeenv, self.settings.get('noVersion', {}))
990990
else:
991-
raise Exception("Unexpected deloyment mode %s for an automation node code env. Alter the settings directly with get_raw()", deployment_mode)
991+
raise Exception("Unexpected deployment mode %s for an automation node code env. Alter the settings directly with get_raw()", deployment_mode)
992992

993993
class DSSAutomationCodeEnvVersionSettings(DSSCodeEnvPackageListBearer):
994994
"""

0 commit comments

Comments
 (0)