Skip to content

Commit a562c9e

Browse files
author
Harizo Rajaona
committed
Fix non-ASCII whitespace
1 parent 8b151f6 commit a562c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/apideployer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def delete(self, disable_first=False):
344344
345345
"""
346346

347-
# Check if the deployment is disabled
347+
# Check if the deployment is disabled
348348
is_enabled = self.get_status().light_status["deploymentBasicInfo"].get("enabled")
349349
if is_enabled and not disable_first:
350350
raise Exception("Deployment {} deletion failed: deployment must be disabled first.".format(self.deployment_id))

0 commit comments

Comments
 (0)