--- loncom/homework/grades.pm 2022/02/09 23:21:11 1.788 +++ loncom/homework/grades.pm 2022/06/11 14:20:42 1.789 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.788 2022/02/09 23:21:11 raeburn Exp $ +# $Id: grades.pm,v 1.789 2022/06/11 14:20:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -9805,7 +9805,6 @@ sub validate_uploaded_scantron_file { my %unique_formats; my @formatlines = &Apache::lonnet::get_scantronformat_file(); foreach my $line (@formatlines) { - chomp($line); my @config = split(/:/,$line); my $idstart = $config[5]; my $idlength = $config[6];