Remove unnecessary comment

This commit is contained in:
Mike Place 2015-01-16 10:40:23 -07:00 committed by rallytime
parent f1aaf1bef7
commit cf830791fd

View File

@ -566,7 +566,7 @@ class MultiMinion(MinionBase):
except Exception: except Exception:
pass pass
finally: finally:
package = None # Ensure we don't loop package = None
# have the Minion class run anything it has to run # have the Minion class run anything it has to run
next(minion['generator']) next(minion['generator'])