Skip to content

Commit d0c47f4

Browse files
committed
DOC: Fix documentation glitch
1 parent 5d2f273 commit d0c47f4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

nipype/pipeline/plugins/dagman.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ class CondorDAGManPlugin(GraphPluginBase):
1616
The plugin_args input to run can be used to control the DAGMan execution.
1717
Currently supported options are:
1818
19-
- template : submit spec template to use for job submission. The template
20-
all generated submit specs are appended to this template. This
21-
can be a str or a filename.
19+
- template : submit spec template for individual jobs in a DAG. All
20+
generated submit spec components (e.g. executable name and
21+
arguments) are appended to this template. This can be a str or
22+
a filename. In the latter case the file content is used as a
23+
template.
2224
- submit_specs : additional submit specs that are appended to the generated
2325
submit specs to allow for overriding or extending the defaults.
2426
This can be a str or a filename.

0 commit comments

Comments
 (0)