[main] closing after writing

This commit is contained in:
wendtalexander
2026-05-20 09:41:22 +02:00
parent 32487e09a9
commit 5708925442

View File

@@ -131,6 +131,7 @@ def convert(
stim = StimulusToNix(open_ephys, str(relacs), str(nix_path))
stim.create_repros_automatically()
stim.print_table()
stim.close()
@app.command()