Tiny optimisation related to filter parsing
authorIustin Pop <iustin@google.com>
Wed, 12 Oct 2011 11:25:42 +0000 (13:25 +0200)
committerIustin Pop <iustin@google.com>
Wed, 12 Oct 2011 11:36:50 +0000 (13:36 +0200)
commit727274dd996127dfd2743de34d551737f0e676f9
tree845158aaca1c5a830ad50a0e0a6e5226da36a779
parenta629ecb966b86d039d800d593f88e01d18a8d45f
Tiny optimisation related to filter parsing

Currently, we get a luxi Client, then parse the filter, then execute
the query. If parsing the filter fails, we connected to the masterd
needlessly.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/cli.py