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.
2 parents 6c00f85 + d51b534 commit 95130c0Copy full SHA for 95130c0
nipype/pipeline/engine/nodes.py
@@ -275,7 +275,7 @@ def output_dir(self):
275
params_str = [_parameterization_dir(p) for p in params_str]
276
outputdir = op.join(outputdir, *params_str)
277
278
- self._output_dir = op.abspath(op.join(outputdir, self.name))
+ self._output_dir = op.realpath(op.join(outputdir, self.name))
279
return self._output_dir
280
281
def set_input(self, parameter, val):
0 commit comments