From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 54B881389E2 for ; Mon, 22 Dec 2014 23:11:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B916E097C; Mon, 22 Dec 2014 23:11:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB07BE097B for ; Mon, 22 Dec 2014 23:11:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0EB6340668 for ; Mon, 22 Dec 2014 23:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC49DD282 for ; Mon, 22 Dec 2014 23:11:39 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1419093965.a19faedec319a3c334f99956919a42a3727d99b3.dol-sen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys/ X-VCS-Repository: proj/gentoo-keys X-VCS-Files: gkeys/actions.py X-VCS-Directories: gkeys/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: a19faedec319a3c334f99956919a42a3727d99b3 X-VCS-Branch: master Date: Mon, 22 Dec 2014 23:11:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6afa3106-8d23-4c7b-9d04-7270f70a8339 X-Archives-Hash: 71ca2c9b9aeb16766f2da1a375787467 commit: a19faedec319a3c334f99956919a42a3727d99b3 Author: Brian Dolbec gentoo org> AuthorDate: Sat Dec 13 18:30:30 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sat Dec 20 16:46:05 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=a19faede gkeys/actions.py: Fix error due to sig_path not beining assigned --- gkeys/actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gkeys/actions.py b/gkeys/actions.py index 266db0f..a224372 100644 --- a/gkeys/actions.py +++ b/gkeys/actions.py @@ -659,6 +659,8 @@ class Actions(object): success_fetch = os.path.isfile(signature) if success_fetch: break + else: + sig_path = signature messages = [] self.logger.info("Verifying file...") verified = False