Saggi Mizrahi has uploaded a new change for review. Change subject: GERRIT JENKINS TEST, DON'T REVIEW ......................................................................
GERRIT JENKINS TEST, DON'T REVIEW Change-Id: I3a0043dd14ed35dcb4c5edcf1c22425e521bee39 Signed-off-by: Saggi Mizrahi <[email protected]> --- M vdsm/mkimage.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/47/9247/1 diff --git a/vdsm/mkimage.py b/vdsm/mkimage.py index 4eb46e5..0ae4fee 100644 --- a/vdsm/mkimage.py +++ b/vdsm/mkimage.py @@ -46,7 +46,7 @@ for name, content in files.iteritems(): filename = os.path.join(dirname, name) - with file(filename, 'w') as f: f.write(base64.b64decode(content)) + with file(filename, 'wb') as f: f.write(base64.b64decode(content)) def _commonCleanFs(dirname, media): if media is not None: -- To view, visit http://gerrit.ovirt.org/9247 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3a0043dd14ed35dcb4c5edcf1c22425e521bee39 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
