Skip to content
Snippets Groups Projects
Commit 2833cda6 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[sge] In dask some sublacessd classes need a config name. Fixes #20

parent 6a01d66e
No related branches found
No related tags found
1 merge request!38[sge] In dask some sublacessd classes need a config name. Fixes #20
Pipeline #44018 passed
......@@ -31,6 +31,7 @@ class SGEIdiapJob(Job):
submit_command = "qsub"
cancel_command = "qdel"
config_name = "SGEIdiapJob"
def __init__(
self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment