We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9508775 commit 7d96842Copy full SHA for 7d96842
1 file changed
dataikuapi/dss/admin.py
@@ -728,7 +728,7 @@ def save(self):
728
"PUT", "/admin/clusters/%s" % (self.cluster_id), body=self.settings)
729
730
class DSSClusterStatus(object):
731
- def __init__(self, client, cluster_id, settings):
+ def __init__(self, client, cluster_id, status):
732
"""Do not call directly, use :meth:`DSSCluster.get_Status`"""
733
self.client = client
734
self.cluster_id = cluster_id
0 commit comments