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 8fe13e4 commit af542c3Copy full SHA for af542c3
bnd/pipeline/kilosort.py
@@ -45,7 +45,7 @@ def add_entry_to_metadata(filepath: Path, tag: str, value: str) -> None:
45
# Write back without the dummy section
46
with open(filepath, 'w') as f:
47
for key, val in config.items('dummy_section'):
48
- f.write(f"{key} = {val}\n")
+ f.write(f"{key}={val}\n")
49
50
def _read_probe_type(meta_file_path: str) -> str:
51
meta = read_metadata(meta_file_path)
0 commit comments