We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922db8e commit d8dbc6fCopy full SHA for d8dbc6f
nipype/interfaces/mrtrix/preprocess.py
@@ -220,9 +220,7 @@ class DWI2TensorInputSpec(CommandLineInputSpec):
220
mask = File(
221
exists=True,
222
argstr="-mask %s",
223
- desc=(
224
- "Only perform computation within the specified binary brain mask image."
225
- ),
+ desc="Only perform computation within the specified binary brain mask image.",
226
)
227
quiet = traits.Bool(
228
argstr="-quiet",
0 commit comments