aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Votify.pm')
-rw-r--r--Votify.pm2
1 files changed, 1 insertions, 1 deletions
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) {