Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Feb 7, 2024
1 parent 8bc01f3 commit 35839f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids/ext/reports/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def sequence(metadata: dict[str, Any], config: dict[str, dict[str, str]]) -> str
if seq_abbrs[0] and seqs_as_str:
seqs_as_str += f" ({'/'.join(seq_abbrs)})"
else:
seqs_as_str = "UNKNOwN SEQUENCE"
seqs_as_str = "UNKNOWN SEQUENCE"

return seqs_as_str

Expand Down

0 comments on commit 35839f5

Please sign in to comment.