fix session close issue (#13946)
This commit is contained in:
parent
562852a0ae
commit
aa19bb3f30
1 changed files with 0 additions and 2 deletions
|
|
@ -374,5 +374,3 @@ class RetrievalService:
|
|||
except Exception as e:
|
||||
db.session.rollback()
|
||||
raise e
|
||||
finally:
|
||||
db.session.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue