LGTM, thanks
On Fri, Oct 18, 2013 at 11:47 AM, Santi Raffa <[email protected]> wrote: > pep8 wants two blank lines after TestUpgrade. The previous commit gave > it one. This commit gives it the second. > > Signed-off-by: Santi Raffa <[email protected]> > --- > qa/qa_cluster.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/qa/qa_cluster.py b/qa/qa_cluster.py > index 5014657..d71eddf 100644 > --- a/qa/qa_cluster.py > +++ b/qa/qa_cluster.py > @@ -1180,6 +1180,7 @@ def TestUpgrade(): > qa_instance.TestInstanceRemove(instance) > instance.Release() > > + > def _NodeQueueDrainFile(node): > """Returns path to queue drain file for a node. > > -- > 1.7.10.4 > > -- -- Helga Velroyen | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
