From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82516158094 for ; Fri, 1 Jul 2022 15:50:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1C1DE0C3B; Fri, 1 Jul 2022 15:50:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69956E0C3B for ; Fri, 1 Jul 2022 15:50:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DF173415F4 for ; Fri, 1 Jul 2022 15:50:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A20B3C3 for ; Fri, 1 Jul 2022 15:50:51 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1656690647.3b7342b8b037c9d7e240a06f68943456fcda1491.robbat2@gentoo> Subject: [gentoo-commits] proj/elections:master commit in: / X-VCS-Repository: proj/elections X-VCS-Files: Votify.pm X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 3b7342b8b037c9d7e240a06f68943456fcda1491 X-VCS-Branch: master Date: Fri, 1 Jul 2022 15:50:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c370ed6-4fa6-49f9-ad92-64f1dde904d8 X-Archives-Hash: 6bead8bc0616067330472a2e72968821 commit: 3b7342b8b037c9d7e240a06f68943456fcda1491 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Jul 1 15:50:47 2022 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Jul 1 15:50:47 2022 +0000 URL: https://gitweb.gentoo.org/proj/elections.git/commit/?id=3b7342b8 Votify: editor fail Signed-off-by: Robin H. Johnson gentoo.org> Votify.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Votify.pm b/Votify.pm index db311ea..6f73954 100644 --- a/Votify.pm +++ b/Votify.pm @@ -320,7 +320,7 @@ sub collect { } my $submitted_filename = "$home/.ballot-$self->{election}-submitted"; - if (-d $submitted_filename) {} + if (-d $submitted_filename) { print STDERR "Warning: $v has a directory instead of a ballot\n"; } elsif (-e $submitted_filename && -r $submitted_filename) {