LGTM, thanks
On Thu, Feb 6, 2014 at 3:29 PM, Klaus Aehlig <[email protected]> wrote: > ...now that luxid knows of all RAPI requests. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > lib/rapi/baserlib.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/rapi/baserlib.py b/lib/rapi/baserlib.py > index 83cafba..51373a4 100644 > --- a/lib/rapi/baserlib.py > +++ b/lib/rapi/baserlib.py > @@ -351,7 +351,7 @@ class ResourceBase(object): > """ > return bool(self._checkIntVariable("dry-run")) > > - def GetClient(self, query=False): > + def GetClient(self, query=True): > """Wrapper for L{luxi.Client} with HTTP-specific error handling. > > @param query: this signifies that the client will only be used for > -- > 1.9.0.rc1.175.g0b1dcb5 > >
