Skip to content

Commit

Permalink
Update reports.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 8, 2023
1 parent ec83b08 commit ebf56ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aslprep/interfaces/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class _FunctionalSummaryInputSpec(BaseInterfaceInputSpec):
confounds_file = File(exists=True, mandatory=False, desc="Confounds file")
qc_file = File(exists=True, desc="qc file")
tr = traits.Float(desc="Repetition time", mandatory=True)
orientation = traits.Str(mandatory=True, desc='Orientation of the voxel axes')
orientation = traits.Str(mandatory=True, desc="Orientation of the voxel axes")


class FunctionalSummary(SummaryInterface):
Expand Down

0 comments on commit ebf56ed

Please sign in to comment.