Currently, mne.datasets.fetch_fsaverage() returns a string, while all datasets.*.data_path() functions return a Path. I find this inconsistent, esp. in tutorials, where we'd want to use both, fetch_fsaverage() and data_path(), within a few lines.
Thoughts?