boxidau / rax-autoscaler

Apache License 2.0
5 stars 2 forks source link

Crashed on no data #6

Closed boxidau closed 10 years ago

boxidau commented 10 years ago

Traceback (most recent call last): File "/root/rax-autoscaler/autoscale.py", line 142, in autoscale(args['as_group'], config, args['cluster']) File "/root/rax-autoscaler/autoscale.py", line 97, in autoscale if len(data) == 0: UnboundLocalError: local variable 'data' referenced before assignment

boxidau commented 10 years ago

len(data) changed for len(results), issue fixed