Skip to content

Fix sigui CLI --recording to reference correct args.recording_base_folder#274

Merged
alejoe91 merged 3 commits into
SpikeInterface:mainfrom
grahamfindlay:fix/cli-recording-base-folder-typo
Jun 11, 2026
Merged

Fix sigui CLI --recording to reference correct args.recording_base_folder#274
alejoe91 merged 3 commits into
SpikeInterface:mainfrom
grahamfindlay:fix/cli-recording-base-folder-typo

Conversation

@grahamfindlay

Copy link
Copy Markdown
Contributor

argparse was storing --recording-base-folder as args.recording_base_folder, but
run_mainwindow_cli() was trying to access the non-existent args.recording_base_path.

That error was caught by the except and only printed a misleading
'check the path or the file format', so --recording silently failed.

…lder

argparse was stores --recording-base-folder as args.recording_base_folder, but
run_mainwindow_cli() was trying to access the non-existent args.recording_base_path.

That error was caught by the except and only printed a misleading
'check the path or the file format', so --recording silently failed.
Comment thread spikeinterface_gui/main.py Outdated
Comment thread spikeinterface_gui/main.py Outdated
Co-authored-by: Alessio Buccino <alejoe9187@gmail.com>
@alejoe91 alejoe91 merged commit 9a49678 into SpikeInterface:main Jun 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants