We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ad751 commit a702d09Copy full SHA for a702d09
doc/sphinxext/gen_cli.py
@@ -62,7 +62,7 @@ def generate_cli_rst(app=None):
62
63
cli_path = Path(__file__).resolve().parent.parent.parent / "mne_bids" / "commands"
64
fnames = sorted(
65
- [Path(fname).name for fname in glob.glob(str(cli_path / "mne_bids*.py"))]
+ [fname.name for fname in cli_path.glob("mne_bids*.py")]
66
)
67
iterator = sphinx.util.display.status_iterator(
68
fnames, "generating MNE-BIDS cli help ... ", length=len(fnames)
0 commit comments