From 57089254429a4a19638b0ec3bdc0e45955a6d1bc Mon Sep 17 00:00:00 2001 From: wendtalexander Date: Wed, 20 May 2026 09:41:22 +0200 Subject: [PATCH] [main] closing after writing --- oephys2nix/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/oephys2nix/main.py b/oephys2nix/main.py index 200850b..d02fb45 100644 --- a/oephys2nix/main.py +++ b/oephys2nix/main.py @@ -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()