Fabian Deutsch has submitted this change and it was merged. Change subject: utils: Fix File.sub() ......................................................................
utils: Fix File.sub() There are mutliline differences between python 2.6 and 2.7. To have the same behavior, the sub() is now executed on each line - not on the whole contents. Change-Id: Icce28f96c4af490dc5ade9b09699e753c9d898dd Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=960833 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/utils/fs.py M src/ovirt/node/utils/storage.py 2 files changed, 14 insertions(+), 6 deletions(-) -- To view, visit http://gerrit.ovirt.org/24778 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icce28f96c4af490dc5ade9b09699e753c9d898dd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: node-3.0 Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
