mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 09:28:48 +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,
|
"date": msg.date,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
msg.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user