From: David Bremner Date: Sun, 24 Aug 2014 20:02:07 +0000 (+1700) Subject: Re: [PATCH v3] nmbug: Translate to Python X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=22599019f706f35c8334867e3684c048290cfd07;p=notmuch-archives.git Re: [PATCH v3] nmbug: Translate to Python --- diff --git a/8a/f3d0aaf2f3a21bac2218c12e344261926e9304 b/8a/f3d0aaf2f3a21bac2218c12e344261926e9304 new file mode 100644 index 000000000..2dcfd787e --- /dev/null +++ b/8a/f3d0aaf2f3a21bac2218c12e344261926e9304 @@ -0,0 +1,76 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id E1416431FAF + for ; Sun, 24 Aug 2014 13:04:31 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 8NknF+kl-4lZ for ; + Sun, 24 Aug 2014 13:04:23 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 678AF431FAE + for ; Sun, 24 Aug 2014 13:04:23 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1XLe1R-0006W5-12; Sun, 24 Aug 2014 17:04:17 -0300 +Received: (nullmailer pid 13527 invoked by uid 1000); Sun, 24 Aug 2014 + 20:02:07 -0000 +From: David Bremner +To: "W. Trevor King" +Subject: Re: [PATCH v3] nmbug: Translate to Python +In-Reply-To: <20140806232805.GI31313@odin.tremily.us> +References: + <84447a0ed48412e1587761d560d18cb5affd4f66.1405897133.git.wking@tremily.us> + <878un36bd5.fsf@maritornes.cs.unb.ca> <874mxqe7tx.fsf@maritornes.cs.unb.ca> + <20140806232805.GI31313@odin.tremily.us> +User-Agent: Notmuch/0.18.1+72~g028c560 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 24 Aug 2014 13:02:07 -0700 +Message-ID: <877g1xejwg.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 24 Aug 2014 20:04:32 -0000 + +"W. Trevor King" writes: + +>> Traceback (most recent call last): +>> File "/home/bremner/config/scripts/nmbug", line 766, in +>> args.func(**kwargs) +>> File "/home/bremner/config/scripts/nmbug", line 463, in push +>> _git(args=3Dargs, wait=3DTrue) +>> File "/home/bremner/config/scripts/nmbug", line 210, in _git +>> return _spawn(args=3Dargs, **kwargs) +>> File "/home/bremner/config/scripts/nmbug", line 193, in _spawn +>> args=3Dargs, status=3Dstatus, stdout=3Dstdout, stderr=3Dstderr) +>> __main__.SubprocessError: ['git', '--git-dir', '/home/bremner/.nmbug', '= +push'] exited with 1 +> +> I can drop the backtrace and just print the SubprocessError, and just +> show the traceback if the logging is set to =E2=80=98debug=E2=80=99. If = +that sounds +> reasonable, I'll to it in v4. + +Yeah, I'd leave the hint lines for now.