Skip to content

Commit 4733573

Browse files
committed
fix: mistyping [skip ci]
1 parent 70d9e87 commit 4733573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/staging/rs_server_staging/processors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ def dask_cluster_connect(self) -> Client: # pylint: disable=too-many-branches,t
674674
# If self.cluster is already initialized, it means the application is running in local mode, and
675675
# the cluster was created when the application started.
676676
if not self.cluster:
677-
# Cconnect to the gateway and get the list of the clusters
677+
# Connect to the gateway and get the list of the clusters
678678
try:
679679
# get the name of the cluster
680680
cluster_name = os.environ["RSPY_DASK_STAGING_CLUSTER_NAME"]

0 commit comments

Comments
 (0)