File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ class CondorDAGManPlugin(GraphPluginBase):
27
27
submit file
28
28
- override_specs : additional submit specs that are appended to any job's
29
29
submit file
30
- - wrapper_cmd : path to an exectuable that will be started instead of a node
30
+ - wrapper_cmd : path to an executable that will be started instead of a node
31
31
script. This is useful for wrapper script that execute certain
32
32
functionality prior or after a node runs. If this option is
33
33
given the wrapper command is called with the respective Python
34
- exectuable and the path to the node script as final arguments
34
+ executable and the path to the node script as final arguments
35
35
- wrapper_args : optional additional arguments to a wrapper command
36
36
- dagman_args : arguments to be prepended to the arguments of the
37
37
condor_submit_dag call
38
38
- block : if True the plugin call will block until Condor has finished
39
- prcoessing the entire workflow (default: False)
39
+ processing the entire workflow (default: False)
40
40
"""
41
41
42
42
default_submit_template = """
You can’t perform that action at this time.
0 commit comments