change summing all B* and C* task points instead of only max

This commit is contained in:
Jakub Pokrywka 2020-11-16 15:09:25 +01:00
parent 99d229c311
commit 0cd5f7d49d

View File

@ -52,7 +52,7 @@ sub update_total {
my $section = get_section($report_file_path);
if (defined $section && $section ne 'A') {
if (defined $section && ($section ne 'A' && $section ne 'B' && $section ne 'C' )) {
if ($section_points{$section} > 0) {
print "UWAGA: TYLKO ZADANIE Z NAJWIĘKSZĄ LICZBĄ PUNKTÓW BĘDZIE LICZONE DLA DZIAŁU $section\n";
}