chiark / gitweb /
make adt-virt-xenlvm work again
[autopkgtest.git] / virt-subproc / VirtSubproc.py
index 0fc61b5703bd43790d92e20f7f751ea198a8898e..97a99896cf0a405eb89af8f808e6661709ec97a3 100644 (file)
@@ -251,8 +251,7 @@ def command():
        r = f(c, ce)
        if not r: r = []
        r.insert(0, 'ok')
-       ru = map(urllib.quote, r)
-       print string.join(ru)
+       print string.join(r)
 
 def cleanup():
        global downtmp, cleaning