LLNL / scraper

Python library for getting metadata from source code hosting tools
MIT License
49 stars 23 forks source link

Improve process output handling and streamline `cloc` JSON parsing #66

Closed mcdonnnj closed 2 years ago

mcdonnnj commented 2 years ago

This pull request improves how the scraper.util.execute() function handles process output. With this improved output handling we can also streamline processing the JSON output of the cloc command in the scraper.util.git_repo_to_sloc() function.