Added close for import_db

This commit is contained in:
Rhet Turnbull
2022-09-01 20:46:08 -07:00
parent cee2acad53
commit fe514e79ab

View File

@@ -1395,6 +1395,8 @@ def import_cli(
progress.advance(task) progress.advance(task)
import_db.close()
if report: if report:
write_report(report_file, report_data, append) write_report(report_file, report_data, append)
verbose(f"Wrote import report to [filepath]{report_file}[/]") verbose(f"Wrote import report to [filepath]{report_file}[/]")