[elbe-devel] [PATCH 07/13] add missing ':' at the end of an if statement
Manuel Traut
manut at linutronix.de
Thu Nov 30 15:15:09 CET 2017
fix typo that was introduces in
01ef623b7bb0e97045a973f127eedabbc9b28644
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
More information about the elbe-devel
mailing list