diff --git a/bin/runalyzer-gather b/bin/runalyzer-gather index 7c75e9faaea065112692139a82488bd8a7a32b79..6359937f6cef1ae67893dc25eb40767469993ea4 100644 --- a/bin/runalyzer-gather +++ b/bin/runalyzer-gather @@ -157,6 +157,8 @@ def scan(fg, dbnames, progress=True): ftype = "text" features[fname] = ftype + logmgr.close() + if progress: pb.finished() @@ -236,6 +238,8 @@ def gather_single_file(outfile, infiles): transfer_data_table(db_conn, qname, logmgr.get_table(qname)) + logmgr.close() + pb.finished() db_conn.commit()