gotec / git2net

An Open Source Python package for the extraction of fine-grained and time-stamped co-editing networks from git repositories.
https://git2net.readthedocs.io
GNU Affero General Public License v3.0
53 stars 16 forks source link

Report commit hash when processing errors #36

Closed wschuell closed 1 year ago

wschuell commented 1 year ago

When getting an error through processing, the error is reported in stderr, but the commit hash itself may be useful as well to gather more information about what could be happening. The global behavior is not changed, as the exception is directly reraised after the print.