You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close the file descriptor for add_attachment (#957)
* Close the file descriptor for add_attachment
If the attachment is string, the add_attachment function creates a
file descriptor then forget to close it. The patch closes the file
descriptor after the post action.
* Pass a correct type for the variable
* Convert type earliy
* Refine code format
0 commit comments