soachishti / moss.py

Python client for Moss: A System for Detecting Software Similarity
MIT License
387 stars 75 forks source link

uploadFile() now closes file resource #19

Closed llayman closed 5 years ago

llayman commented 5 years ago

Added open-with-resources in uploadFile() to handle unclosed resource warning and improve performance in Python 3.6.7 / GCC 8.2.0 on linux

soachishti commented 5 years ago

Thank you for the pull request. It is now merged.