From: Jan Pokorný <jpokorny@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 2/2] code cleanup: Fix warnings according to pylint
Date: Mon, 29 Oct 2012 21:07:18 +0100 [thread overview]
Message-ID: <20121029200718.GC17754@redhat.com> (raw)
In-Reply-To: <1351512656-8086-1-git-send-email-mgrac@redhat.com>
Marx,
as with previous patch, just a simple check (in fact, indicated by
git apply):
On 29/10/12 13:10 +0100, Marek 'marx' Grac wrote:
> diff --git a/fence/agents/wti/fence_wti.py b/fence/agents/wti/fence_wti.py
> index 555fb98..1f353be 100644
> --- a/fence/agents/wti/fence_wti.py
> +++ b/fence/agents/wti/fence_wti.py
> @@ -47,7 +47,12 @@ def get_power_status(conn, options):
> fail(EC_TIMED_OUT)
>
> plug_section = 0
> + plug_index = -1
> + name_index = -1
> + status_index = -1
> + plug_header = list()
> outlets = {}
> +
last line contains trailing whitespace
--
Jan
prev parent reply other threads:[~2012-10-29 20:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-29 12:10 [Cluster-devel] [PATCH 2/2] code cleanup: Fix warnings according to pylint Marek 'marx' Grac
2012-10-29 20:07 ` Jan Pokorný [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121029200718.GC17754@redhat.com \
--to=jpokorny@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).