Re: [PATCH master 23/52] Fix handling of errors from InstancePolicy.Check...

2012-01-11 Thread René Nussbaumer
On Mon, Jan 9, 2012 at 11:58, Iustin Pop ius...@google.com wrote: This code raises a configuration error, but we need to transform it into a prereq error (or possibly exec error), depending on when we call this function. ---  lib/cmdlib.py |   18 +++---  1 files changed, 15

[PATCH master 23/52] Fix handling of errors from InstancePolicy.Check...

2012-01-09 Thread Iustin Pop
This code raises a configuration error, but we need to transform it into a prereq error (or possibly exec error), depending on when we call this function. --- lib/cmdlib.py | 18 +++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/lib/cmdlib.py b/lib/cmdlib.py