Alon Bar-Lev has uploaded a new change for review. Change subject: cleanup: fix pep8 issue ......................................................................
cleanup: fix pep8 issue Change-Id: Ib75893d1302414bb8e37557a0b3cb463b5ff41e6 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M src/plugins/otopi/services/rhel.py 1 file changed, 6 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/85/10985/1 diff --git a/src/plugins/otopi/services/rhel.py b/src/plugins/otopi/services/rhel.py index a8d8e24..cc180ea 100644 --- a/src/plugins/otopi/services/rhel.py +++ b/src/plugins/otopi/services/rhel.py @@ -123,7 +123,12 @@ ret = os.path.exists( os.path.join('/etc/rc.d/init.d', name) ) - self.logger.debug('service %s exists %s upstart=%s', name, ret, upstart) + self.logger.debug( + 'service %s exists %s upstart=%s', + name, + ret, + upstart + ) return ret def status(self, name): -- To view, visit http://gerrit.ovirt.org/10985 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib75893d1302414bb8e37557a0b3cb463b5ff41e6 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches