Wrap exception in _DistributeConfig code
authorGuido Trotter <ultrotter@google.com>
Mon, 5 May 2008 08:49:01 +0000 (08:49 +0000)
committerGuido Trotter <ultrotter@google.com>
Mon, 5 May 2008 08:49:01 +0000 (08:49 +0000)
commit9ff994da7dae75a084647f1c6ca307828ef40efe
treeb224548e77f5b9d33777bf51515af47ce2c47968
parent41362e70c223e6f1b7d4bdffd1f92c8a97813a19
Wrap exception in _DistributeConfig code

nodelist.remove(X) could potentially raise a ValueError (even if the chance
that the current node is not in the list are pretty scarce, and its absence
should raise a red flag anyway). If this happens let things go on, as that's
what the code which previously distributed the config did.

Reviewed-by: iustinp
lib/config.py