public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: Chenxiong Qi <cqi@redhat.com>
To: "libabigail@sourceware.org" <libabigail@sourceware.org>
Cc: Dodji Seketeli <dodji@redhat.com>
Subject: fix pep8 error in fedabipkgdiff
Date: Fri, 01 Jan 2016 00:00:00 -0000	[thread overview]
Message-ID: <8abc1ae3-37f1-0cc1-1aff-0c31be988ea1@redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 93 bytes --]

Hi,

This is a small patch to fix a pep8 error in fedabipkgdiff.

-- 
Regards,
Chenxiong Qi


[-- Attachment #2: 0001-fix-pep8-error.patch --]
[-- Type: text/x-patch, Size: 1323 bytes --]

From 71f80d1eae147f36eb54db050bfd89faab8aad36 Mon Sep 17 00:00:00 2001
From: Chenxiong Qi <cqi@redhat.com>
Date: Fri, 13 May 2016 20:50:25 +0800
Subject: [PATCH] fix pep8 error

	* tools/fedabipkgdiff: fix PEP8 error, line is too long.

Signed-off-by: Chenxiong Qi <cqi@redhat.com>
---
 tools/fedabipkgdiff | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tools/fedabipkgdiff b/tools/fedabipkgdiff
index 33ef5a6..d11ad57 100755
--- a/tools/fedabipkgdiff
+++ b/tools/fedabipkgdiff
@@ -928,7 +928,8 @@ def diff_two_nvras_from_koji():
 
 def build_commandline_args_parser():
     parser = argparse.ArgumentParser(
-        description='Compare ABI of shared libraries in RPM packages from the Koji build system')
+        description='Compare ABI of shared libraries in RPM packages from the '
+                    'Koji build system')
 
     parser.add_argument(
         'NVR',
@@ -953,7 +954,8 @@ def build_commandline_args_parser():
         required=False,
         metavar='DISTRO',
         dest='to_distro',
-        help='Fedora distribution name to compare against the baseline, for example, fc24')
+        help='Fedora distribution name to compare against the baseline, for '
+             'example, fc24')
     parser.add_argument(
         '-a',
         '--all-subpackages',
-- 
2.5.5


             reply	other threads:[~2016-05-13 12:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-01  0:00 Chenxiong Qi [this message]
2016-01-01  0:00 ` Dodji Seketeli

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=8abc1ae3-37f1-0cc1-1aff-0c31be988ea1@redhat.com \
    --to=cqi@redhat.com \
    --cc=dodji@redhat.com \
    --cc=libabigail@sourceware.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).