Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elections:master commit in: /
Date: Fri, 01 Jul 2022 15:50:55
Message-Id: 1656690647.3b7342b8b037c9d7e240a06f68943456fcda1491.robbat2@gentoo
1 commit: 3b7342b8b037c9d7e240a06f68943456fcda1491
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 15:50:47 2022 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 15:50:47 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/elections.git/commit/?id=3b7342b8
7
8 Votify: editor fail
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 Votify.pm | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/Votify.pm b/Votify.pm
16 index db311ea..6f73954 100644
17 --- a/Votify.pm
18 +++ b/Votify.pm
19 @@ -320,7 +320,7 @@ sub collect {
20 }
21
22 my $submitted_filename = "$home/.ballot-$self->{election}-submitted";
23 - if (-d $submitted_filename) {}
24 + if (-d $submitted_filename) {
25 print STDERR "Warning: $v has a directory instead of a ballot\n";
26 }
27 elsif (-e $submitted_filename && -r $submitted_filename) {