From af11b5f8d8fd15d313f1dab26c52ec2d7ae99394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katharina=20H=C3=B6flich?= <37177103+kathoef@users.noreply.github.com> Date: Thu, 30 Apr 2020 19:15:37 +0200 Subject: [PATCH] Improve consistency with other cluster classes --- dask_jobqueue/sge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dask_jobqueue/sge.py b/dask_jobqueue/sge.py index c9414e1f..95f24197 100644 --- a/dask_jobqueue/sge.py +++ b/dask_jobqueue/sge.py @@ -120,3 +120,4 @@ class SGECluster(JobQueueCluster): job=job_parameters, cluster=cluster_parameters ) job_cls = SGEJob + config_name = "sge"