Hi! On Tue, Jan 22, 2013 at 4:58 PM, Michael Hanselmann <han...@google.com>wrote:
> 2013/1/22 Helga Velroyen <hel...@google.com>: > > --- a/lib/network.py > > +++ b/lib/network.py > > + if self.network.numhosts < NETWORK_MIN_NUM_HOSTS: > > + raise errors.AddressPoolError("A network with only %s host(s) is > too" > > + " small, please specify at least a > /%s" > > + " network" % > > + (str(self.network.numhosts), > > + NETWORK_MIN_SIZE)) > > I'd delete “please”, but LGTM either way. > A little politeness gets you a long way, thus I leave the "please" in. :) Thanks, Helga