olxbr / metrics-server-exporter

Metrics Server Exporter
MIT License
67 stars 24 forks source link

fix(app) fixing UnboundLocalError #9

Closed deadc closed 5 years ago

deadc commented 5 years ago

There's a problem with variables declaration inside pods foreach block on app.py, add_sample is trying to work with local variables causing an exception.