Skip to content

Commit

Permalink
tweak spacing of x emoji
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Oct 14, 2023
1 parent fb8bce3 commit 826ea56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubescaler/scaler/aws/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ def delete_nodegroup(self, nodegroup_name):
clusterName=self.cluster_name, nodegroupName=self.node_group_name
)
except Exception:
logger.warning(f"✖️ Node Group {nodegroup_name} does not exist.")
logger.warning(f"✖️ Node Group {nodegroup_name} does not exist.")
return

try:
Expand Down

0 comments on commit 826ea56

Please sign in to comment.