mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 01:19:31 +00:00
community[patch]: Small Fix in OutlookMessageLoader (Close the Message once Open) (#22744)
- **Description:** A very small fix where we close the message when it opened - **Issue:** #22729
This commit is contained in:
parent
86a3f6edf1
commit
c3cce98d86
@ -116,3 +116,4 @@ class OutlookMessageLoader(BaseLoader):
|
||||
"date": msg.date,
|
||||
},
|
||||
)
|
||||
msg.close()
|
||||
|
Loading…
Reference in New Issue
Block a user