Skip to content

Commit 89c529f

Browse files
committed
STY: Join string literals
1 parent f5a25e5 commit 89c529f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/connectivity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def _parse_inputs(self, skip=None):
217217

218218
self.inputs.in_config = op.join(
219219
path,
220-
"src/dwi/tractography/connectomics/" "example_configs/fs_default.txt",
220+
"src/dwi/tractography/connectomics/example_configs/fs_default.txt",
221221
)
222222

223223
return super(LabelConfig, self)._parse_inputs(skip=skip)

0 commit comments

Comments
 (0)