Skip to content

Commit

Permalink
Merge branch 'fix_taskname' of github.com:bids-standard/eye2bids into…
Browse files Browse the repository at this point in the history
… fix_taskname
  • Loading branch information
julia-pfarr committed Jul 8, 2024
2 parents 51a6ce8 + a1ff202 commit 174272d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eye2bids/edf2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def _extract_TaskName(events: list[str]) -> str:
)
return TaskName


def _has_TaskName(events: list[str]) -> bool:
return not _extract_TaskName(events) == ""

Expand Down

0 comments on commit 174272d

Please sign in to comment.