ajdiaz / mico

A monkey driven cloud management
http://mico.ajdiaz.me
GNU General Public License v2.0
8 stars 3 forks source link

Problem iterating sg_rule #1

Closed sp-borja-juncosa closed 11 years ago

sp-borja-juncosa commented 11 years ago

When iterating sg_rule you end up consuming the generator and not being able to reuse the same sg_rule, as it is empty.

In sg_rule instead of returning a generator object, return a list object.

ajdiaz commented 11 years ago

Closed by #2