aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
299 stars 47 forks source link

--server creates a long list of errors when port is used already #88

Closed mmattel closed 3 years ago

mmattel commented 5 years ago

As the title says, when running git-deps --serve but the port is already used, eg by another program, you get a long lost of python errors instead a short error message like: port (xxxx), is already in use, please define another one.

aspiers commented 3 years ago

Thanks for the report, and sorry this took so long to fix!