danielfm / pybreaker

Python implementation of the Circuit Breaker pattern.
BSD 3-Clause "New" or "Revised" License
512 stars 74 forks source link

Fixes a bug in the name property in CircuitBreakerStorage #14

Closed chris-robo-fivestars closed 7 years ago

chris-robo-fivestars commented 7 years ago

Fixes a bug wherein the name property in CircuitBreakerStorage did not reference an existent variable.