ModificationStation / 1.7.3-LTS

A modification of MCP to provide a "Long Term Service" patch for Minecraft Beta 1.7.3
40 stars 15 forks source link

Closed all files descriptors and updated gitignore #8

Closed edwan192 closed 5 years ago

edwan192 commented 5 years ago

Since I was getting an IOError: [Errno 24] Too many open files, I decided to make a pull request. The first commit simply makes no file descriptor left open, the second one updates the gitignore to exclude the "bin" folder (which is created by mcp) and all the pypy stuff, which is downloaded from the internet.

Johnanater commented 5 years ago

Look good! Thanks for your contribution!