File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1570,11 +1570,11 @@ class SSHDataGrabberInputSpec(DynamicTraitedSpec, BaseInterfaceInputSpec):
1570
1570
desc = 'If set SSH commands will be logged to the given file' )
1571
1571
1572
1572
1573
- class SSHDataGrabber (Datagrabber ):
1574
- """ Datagrabber module that downloads the file list and optionally
1575
- the files from a SSH server. The SSH operation must not need
1576
- user and password so an SSH agent must be active in where this
1577
- module is being run.
1573
+ class SSHDataGrabber (DataGrabber ):
1574
+ """ Extension of DataGrabber module that downloads the file list and
1575
+ optionally the files from a SSH server. The SSH operation must
1576
+ not need user and password so an SSH agent must be active in
1577
+ where this module is being run.
1578
1578
1579
1579
1580
1580
.. attention::
You can’t perform that action at this time.
0 commit comments