LGTM, thanks
On Fri, Apr 25, 2014 at 5:14 PM, 'Klaus Aehlig <[email protected]>' via ganeti-devel <[email protected]> wrote: > Signed-off-by: Klaus Aehlig <[email protected]> > --- > lib/jqueue/exec.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/jqueue/exec.py b/lib/jqueue/exec.py > index f8d6ced..cd9fa60 100644 > --- a/lib/jqueue/exec.py > +++ b/lib/jqueue/exec.py > @@ -58,7 +58,7 @@ def _GetMasterInfo(): > > def main(): > > - debug = int (os.environ["GNT_DEBUG"]) > + debug = int(os.environ["GNT_DEBUG"]) > > logname = pathutils.GetLogFilename("jobs") > utils.SetupLogging(logname, "job-startup", debug=debug) > -- > 1.9.1.423.g4596e3a > > -- -- 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
