Skip to content

Commit

Permalink
Merge pull request #3521 from somso2e/master
Browse files Browse the repository at this point in the history
Removed leftover debug print statement in FEAT class
  • Loading branch information
effigies authored Sep 27, 2022
2 parents b1cc5b6 + 1e7e685 commit cf264ac
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit cf264ac

Please sign in to comment.