mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Remove unnecessary comment
This commit is contained in:
parent
f1aaf1bef7
commit
cf830791fd
@ -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'])
|
||||||
|
Loading…
Reference in New Issue
Block a user