From 09d1849b0daf3a89b5fca3d2f8f2026fc2a3a374 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 27 Aug 2026 14:39:39 +0100 Subject: Detach output database after extract. --- domagi/domagi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/domagi/domagi.py b/domagi/domagi.py index 5174264..c369b38 100644 --- a/domagi/domagi.py +++ b/domagi/domagi.py @@ -288,6 +288,7 @@ def extract(con, outfile, segment_name, path_range, steps, threads, progress): DROP TABLE path_first_start; DROP TABLE selected_segment; + DETACH subset_db; """) @main.command(short_help="Write graph in sparse matrix format") -- cgit 1.4.1