Skip to content

Commit 237a1b9

Browse files
Fix typo
1 parent fcf30ac commit 237a1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdpy/dw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def create_vw(self, cluster_id:str, dbc_id:str, vw_type:str, name:str, template:
106106
autoscaling_options = dict(maxClusters=autoscaling_max_cluster)
107107
elif autoscaling_min_cluster > 0 and autoscaling_min_cluster == 0:
108108
autoscaling_options = dict(minClusters=autoscaling_max_cluster)
109-
else
109+
else:
110110
autoscaling_options = dict(minClusters=autoscaling_max_cluster, maxClusters=autoscaling_max_cluster)
111111

112112
tag_list = []

0 commit comments

Comments
 (0)