Skip to content

Commit 19c23ca

Browse files
committed
Merge remote-tracking branch 'upstream/master' into dcm2nii
2 parents dee2e58 + 5330e5c commit 19c23ca

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/_templates/layout.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
ga('create', 'UA-339450-7', 'nipy.org/nipype');
1515
ga('send', 'pageview');
1616
</script>
17+
<script>
18+
((window.gitter = {}).chat = {}).options = {
19+
room: 'nipy/nipype'
20+
};
21+
</script>
22+
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
1723
{% endblock %}
1824

1925
{% block header %}

nipype/interfaces/freesurfer/utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,6 @@ class ApplyMask(FSCommand):
527527
input_spec = ApplyMaskInputSpec
528528
output_spec = ApplyMaskOutputSpec
529529

530-
def _list_outputs(self):
531-
outputs = self._outputs().get()
532-
outputs["out_file"] = os.path.abspath(self.inputs.out_file)
533-
return outputs
534-
535530

536531
class SurfaceSnapshotsInputSpec(FSTraitedSpec):
537532

0 commit comments

Comments
 (0)