Vinzenz Feenstra has uploaded a new change for review. Change subject: Fix pep8 error ......................................................................
Fix pep8 error ovirt-guest-agent/GuestAgentLinux2.py:55:1: E302 expected 2 blank lines, found 1 Change-Id: Ib05330955224108fa30b46e11b13b0fe99fab247 Signed-off-by: Vinzenz Feenstra <vfeen...@redhat.com> (cherry picked from commit 84e2216c39a2f4b4fb0768d561cf4e85e1f88939) --- M ovirt-guest-agent/GuestAgentLinux2.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent refs/changes/06/32106/1 diff --git a/ovirt-guest-agent/GuestAgentLinux2.py b/ovirt-guest-agent/GuestAgentLinux2.py index e54eb82..f929414 100644 --- a/ovirt-guest-agent/GuestAgentLinux2.py +++ b/ovirt-guest-agent/GuestAgentLinux2.py @@ -52,6 +52,7 @@ return [] return out.splitlines() + class PkgMgr(object): def rpm_list_packages(self, app_list): -- To view, visit http://gerrit.ovirt.org/32106 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib05330955224108fa30b46e11b13b0fe99fab247 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Vinzenz Feenstra <vfeen...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches