Re: [PATCH] Fix typo

2014-06-04 Thread James Antill
On Wed, 2014-06-04 at 07:41 +0700, Trần Ngọc Quân wrote: > >>/ -msg = _("An update notice%s is broken, skipping.") % > >>_rid(repoid) > />/> +msg = _("An update notice %s is broken, skipping.") > % _rid(repoid) > / > > This isn't right, _rid does: > > Ah,

Re: [PATCH] Fix typo

2014-06-03 Thread Trần Ngọc Quân
>>/ -msg = _("An update notice%s is broken, skipping.") % >>_rid(repoid) />/> +msg = _("An update notice %s is broken, skipping.") % _rid(repoid) / > This isn't right, _rid does: Ah, It's my false. But I recommend strip space in _rid function, so code is

Re: [PATCH] Fix typo

2014-06-02 Thread James Antill
On Mon, 2014-06-02 at 14:44 +0700, Trần Ngọc Quân wrote: > * Fix typo > * Add one string to gettext() > > Signed-off-by: Trần Ngọc Quân > --- > yum/update_md.py | 4 ++-- > yumcommands.py | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/yum/update_md.py b/yum/upda

[PATCH] Fix typo

2014-06-02 Thread Trần Ngọc Quân
* Fix typo * Add one string to gettext() Signed-off-by: Trần Ngọc Quân --- yum/update_md.py | 4 ++-- yumcommands.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yum/update_md.py b/yum/update_md.py index a62bc00..1c7b2e7 100644 --- a/yum/update_md.py +++ b/yum/upd

Re: [PATCH] fix typo in usage

2014-02-28 Thread James Antill
On Fri, 2014-02-28 at 10:36 -0800, Ken Geis wrote: > --- > plugins/ps/ps.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, pushed. ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-de

[PATCH] fix typo in usage

2014-02-28 Thread Ken Geis
--- plugins/ps/ps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ps/ps.py b/plugins/ps/ps.py index b89f04c..918a269 100644 --- a/plugins/ps/ps.py +++ b/plugins/ps/ps.py @@ -61,7 +61,7 @@ class PSCommand: return ['ps'] def getUsage(self): -ret

Re: [Yum-devel] [PATCH] fix typo in rpmtrans - fixes rh bug #532933

2009-11-04 Thread James Antill
On Wed, 2009-11-04 at 09:55 -0500, Seth Vidal wrote: > --- > yum/rpmtrans.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) ACK. ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel

[Yum-devel] [PATCH] fix typo in rpmtrans - fixes rh bug #532933

2009-11-04 Thread Seth Vidal
--- yum/rpmtrans.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/yum/rpmtrans.py b/yum/rpmtrans.py index b1b896f..99870f7 100644 --- a/yum/rpmtrans.py +++ b/yum/rpmtrans.py @@ -420,7 +420,7 @@ class RPMTransaction: try: fd = os.open(rpmloc