[elbe-devel] [PATCH v3 08/15] Change os.sytem to shellhelper::system for "initvmaction.py"
dion at linutronix.de
dion at linutronix.de
Wed Jun 26 10:40:12 CEST 2019
From: Olivier Dion <dion at linutronix.de>
Signed-off-by: Olivier Dion <dion at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
---
elbepack/initvmaction.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/initvmaction.py b/elbepack/initvmaction.py
index 25af1d3f..356e3616 100644
--- a/elbepack/initvmaction.py
+++ b/elbepack/initvmaction.py
@@ -385,7 +385,7 @@ def extract_cdrom(cdrom):
"""
tmp = TmpdirFilesystem()
- os.system('7z x -o%s "%s" source.xml' % (tmp.path, cdrom))
+ system('7z x -o%s "%s" source.xml' % (tmp.path, cdrom))
print("", file=sys.stderr)
--
2.11.0
More information about the elbe-devel
mailing list