Skip to content

Commit bbf7998

Browse files
Fix typo
Signed-off-by: Saravanan Raju <saravanan.footloose@gmail.com>
1 parent f3a5853 commit bbf7998

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)