Skip to content
Snippets Groups Projects
Commit 33ffcb3e authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Fix double str decode()

parent a3101706
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ def attach(env):
sys.stderr.write("Image '%s' already mapped to device '%s' \n"
% (RBD.format_name(name, pool=pool), device))
sys.stdout.write("%s" % device.decode())
sys.stdout.write("%s" % device)
qemu_uri = format_qemu_uri(name, pool=pool, cephx=cephx, cache=cache,
**userspace_params)
sys.stdout.write("\n%s" % qemu_uri)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment