hmrc / service-manager

A python tool to manage developing and testing with lots of microservices
Apache License 2.0
58 stars 37 forks source link

Fixed issue with nexus packages ocasionally throwing a ZeroDivisionError #67

Closed jakegt1 closed 6 years ago

jakegt1 commented 7 years ago

Put speed into a try except block in case time.time() - start_time (duration variable) is equal to 0.

This happens rarely but is easily fixed.