rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
250 stars 171 forks source link

handle failures trying to run git log to get version #125

Closed imnotjames closed 10 years ago

imnotjames commented 10 years ago

If git isn't installed get_version fails and takes down anything trying to use it along with it.

This handles the error more gracefully.