Signed-off-by: geraldo netto <geraldone...@gmail.com>
---
 scripts/imgedit.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/imgedit.py b/scripts/imgedit.py
index 8306f57..e4290a5 100755
--- a/scripts/imgedit.py
+++ b/scripts/imgedit.py
@@ -57,7 +57,7 @@ class nbd_file(object):
         self._closed = True
         nbd_port = randint(10809, 20809)
         self._process = subprocess.Popen("qemu-nbd -p %d %s" % (nbd_port, 
filename),
-                                        shell=True, stdout=_devnull)
+                                         shell=True, stdout=_devnull)
         # wait for qemu-nbd to start: this thing doesn't tell anything on 
stdout
         while True:
             try:
-- 
2.7.4

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to