Remove unnecessary my
This commit is contained in:
parent
c0e328dccf
commit
5c28767692
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ while (my $file = readdir $dh) {
|
||||||
"\"$completedInternshipField\" which indicates this payment round is in process.\n";
|
"\"$completedInternshipField\" which indicates this payment round is in process.\n";
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
my $expectVal = 'payment-' . $prevPayNum . "-approved";
|
$expectVal = 'payment-' . $prevPayNum . "-approved";
|
||||||
if ($completedInternshipField ne $expectVal) {
|
if ($completedInternshipField ne $expectVal) {
|
||||||
print STDERR "\"$file\": \"$ticket\": Skipped: completed-internship field was ",
|
print STDERR "\"$file\": \"$ticket\": Skipped: completed-internship field was ",
|
||||||
"\"$completedInternshipField\" instead of \"$expectVal\".\n";
|
"\"$completedInternshipField\" instead of \"$expectVal\".\n";
|
||||||
|
|
Loading…
Reference in a new issue