public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* Re: [PATCH 3/3] Fix wrong variable name
  2016-01-01  0:00 [PATCH 3/3] Fix wrong variable name cqi
@ 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: cqi; +Cc: libabigail

cqi@redhat.com a écrit:

> From: Chenxiong Qi <cqi@redhat.com>
>
> 	* tools/fedabipkgdiff: (diff_latest_rpms_based_on_distros): Fix
> 	wrong variable name distro.
>
> Signed-off-by: Chenxiong Qi <cqi@redhat.com>

Applied to master.  Thanks!

Cheers,

-- 
		Dodji

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

* [PATCH 3/3] Fix wrong variable name
@ 2016-01-01  0:00 cqi
  2016-01-01  0:00 ` Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: cqi @ 2016-01-01  0:00 UTC (permalink / raw)
  To: libabigail; +Cc: Chenxiong Qi

From: Chenxiong Qi <cqi@redhat.com>

	* tools/fedabipkgdiff: (diff_latest_rpms_based_on_distros): Fix
	wrong variable name distro.

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

diff --git a/tools/fedabipkgdiff b/tools/fedabipkgdiff
index 0584bf1..7054bc8 100755
--- a/tools/fedabipkgdiff
+++ b/tools/fedabipkgdiff
@@ -1073,7 +1073,7 @@ def diff_latest_rpms_based_on_distros():
         raise InvalidDistroError('Invalid distro {0}'.format(from_distro))
 
     if not is_distro_valid(to_distro):
-        raise InvalidDistroError('Invalid distro {0}'.format(distro))
+        raise InvalidDistroError('Invalid distro {0}'.format(to_distro))
 
     package_name = global_config.NVR[0]
 
-- 
2.7.4

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

end of thread, other threads:[~2016-12-19 11:26 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 [PATCH 3/3] Fix wrong variable name cqi
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).