Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed unnecessary print statement
  • Loading branch information
somso2e authored Sep 26, 2022
commit 1e7e6851cdfc17e9f630efe41d50c05ae5c3d117
1 change: 0 additions & 1 deletion nipype/interfaces/fsl/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ def _list_outputs(self):
outputs["feat_dir"] = glob(os.path.join(os.getcwd(), "*ica"))[0]
else:
outputs["feat_dir"] = glob(os.path.join(os.getcwd(), "*feat"))[0]
print("Outputs from FEATmodel:", outputs)
return outputs


Expand Down