On 13 February 2012 12:50, Brad Crittenden <[email protected]> wrote: > > * In wait_for_machines, when ensuring all machines are running, instead of > looping over all and 'and'-ing the 'all_machines_running', why not just set > it to false when you see the first one that is not running and then break out > of the loop? It would be nominally faster (not really an issue) but more > readable, I think.
Good idea. Done. > An inner function to get the machine data might be nice too since you repeat > that call twice. Also done. -- https://code.launchpad.net/~gmb/charms/oneiric/buildbot-master/master-smart-timeouts/+merge/92733 Your team Launchpad Yellow Squad is subscribed to branch lp:~yellow/charms/oneiric/buildbot-master/trunk. -- Mailing list: https://launchpad.net/~yellow Post to : [email protected] Unsubscribe : https://launchpad.net/~yellow More help : https://help.launchpad.net/ListHelp

