public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* fix pep8 error in fedabipkgdiff
@ 2016-01-01  0:00 Chenxiong Qi
  2016-01-01  0:00 ` Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: Chenxiong Qi @ 2016-01-01  0:00 UTC (permalink / raw)
  To: libabigail; +Cc: Dodji Seketeli

[-- 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: fix pep8 error in fedabipkgdiff
  2016-01-01  0:00 fix pep8 error in fedabipkgdiff Chenxiong Qi
@ 2016-01-01  0:00 ` Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2016-01-01  0:00 UTC (permalink / raw)
  To: Chenxiong Qi; +Cc: libabigail

Hello Chenxiong,

Chenxiong Qi <cqi@redhat.com> a écrit:

[...]

>
> 	* tools/fedabipkgdiff: fix PEP8 error, line is too long.
>
> Signed-off-by: Chenxiong Qi <cqi@redhat.com>

Applied to master, thanks!

Cheers,

-- 
		Dodji

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-13 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-01  0:00 fix pep8 error in fedabipkgdiff Chenxiong Qi
2016-01-01  0:00 ` Dodji Seketeli

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).