[elbe-devel] [PATCH 07/13] add missing ':' at the end of an if statement

Manuel Traut manuel.traut at linutronix.de
Fri Dec 8 15:06:42 CET 2017


On Tue, Dec 05, 2017 at 04:48:29PM +0100, Torben Hohn wrote:
> On Thu, Nov 30, 2017 at 03:15:09PM +0100, Manuel Traut wrote:
> > fix typo that was introduces in
> > 01ef623b7bb0e97045a973f127eedabbc9b28644
> 
> Reviewed-by: Torben Hohn <torbenh at linutronix.de>

thanks for the review, applied to devel/elbe-3.0

> > 
> > Signed-off-by: Manuel Traut <manut at linutronix.de>
> > ---
> >  elbepack/commands/chroot.py | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/elbepack/commands/chroot.py b/elbepack/commands/chroot.py
> > index 594f1af7..29e8de38 100644
> > --- a/elbepack/commands/chroot.py
> > +++ b/elbepack/commands/chroot.py
> > @@ -68,5 +68,5 @@ def run_command( argv ):
> >          with project.targetfs:
> >              os.system( "/usr/sbin/chroot %s %s" % (project.targetpath, cmd) )
> >      else:
> > -        with project.buildenv
> > +        with project.buildenv:
> >              os.system( "/usr/sbin/chroot %s %s" % (project.chrootpath, cmd) )
> > -- 
> > 2.15.1
> > 
> > 
> > _______________________________________________
> > elbe-devel mailing list
> > elbe-devel at linutronix.de
> > https://lists.linutronix.de/mailman/listinfo/elbe-devel
> 
> -- 
> Mit freundlichen Grüßen
> Torben Hohn
> 
> Linutronix GmbH
> 
> Standort: Bremen
> 
> Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99
> 
> Firmensitz / Registered Office: D-88690 Uhldingen, Bahnhofstr. 3
> Registergericht / Local District Court: Amtsgericht Freiburg i. Br.; HRB
> Nr. / Trade register no.: 700 806
> 
> Geschäftsführer / Managing Directors: Heinz Egger, Thomas Gleixner
> 
> Eine Bitte von uns: Sollten Sie diese E-Mail irrtümlich erhalten haben,
> benachrichtigen Sie uns in diesem Falle bitte sobald wie es Ihnen
> möglich ist, durch Antwort-Mail. Vielen Dank!





More information about the elbe-devel mailing list