All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Larson <pl@us.ibm.com>
To: xen-devel <xen-devel@lists.xensource.com>, ewan@xensource.com
Subject: [PATCH] fix traceback in xen-bugtool when send fails
Date: Mon, 28 Nov 2005 15:08:19 -0600	[thread overview]
Message-ID: <438B71C3.40902@us.ibm.com> (raw)

I was playing with this today when I hit a traceback.  Neat tool!
Signed-off-by: Paul Larson <pl@us.ibm.com>

# HG changeset patch
# User pl@us.ibm.com
# Node ID 52345e14146605704aa5aec1a957d934791eea06
# Parent  5ea875b72e0a9cd037093109cf8f1422789ede72
Fix minor traceback in xen-bugtool when send fails

diff -r 5ea875b72e0a -r 52345e141466 tools/python/xen/util/bugtool.py
--- a/tools/python/xen/util/bugtool.py  Mon Nov 28 15:24:14 2005
+++ b/tools/python/xen/util/bugtool.py  Mon Nov 28 21:29:06 2005
@@ -157,7 +157,7 @@
             print >>sys.stderr, (
                 'Attach failed: %s %s.' % (response.status, response.reason))
         elif not m or m.group(1) != 'Changes Submitted':
-            print >>sys.syderr, (
+            print >>sys.stderr, (
                 'Attach failed: got a page titled %s.' % m.group(1))
         else:
             print "Attaching %s to bug %d succeeded." % (filename, bug)

             reply	other threads:[~2005-11-28 21:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-28 21:08 Paul Larson [this message]
2005-11-29  1:00 ` [PATCH] fix traceback in xen-bugtool when send fails Ewan Mellor

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=438B71C3.40902@us.ibm.com \
    --to=pl@us.ibm.com \
    --cc=ewan@xensource.com \
    --cc=xen-devel@lists.xensource.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.