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
first of all, thank you so much for providing us with this awesome library!
I noticed that gitattributes.ReadAttributesFile(...) does not properly close the file after successfully opening it.
Although that is not an issue on Linux/MacOS it breaks my CI on Windows when trying to clean a temp directory although a .gitattributes file is not closed.
I will provide a PR in a moment to fix this.
The text was updated successfully, but these errors were encountered:
Hi all,
first of all, thank you so much for providing us with this awesome library!
I noticed that
gitattributes.ReadAttributesFile(...)
does not properly close the file after successfully opening it.Although that is not an issue on Linux/MacOS it breaks my CI on Windows when trying to clean a temp directory although a
.gitattributes
file is not closed.I will provide a PR in a moment to fix this.
The text was updated successfully, but these errors were encountered: