[LON-CAPA-cvs] cvs: loncom /homework grades.pm

raeburn raeburn at source.lon-capa.org
Sat Aug 16 07:15:57 EDT 2025


raeburn		Sat Aug 16 11:15:57 2025 EDT

  Modified files:              
    /loncom/homework	grades.pm 
  Log:
  - Typo
  
  
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.812 loncom/homework/grades.pm:1.813
--- loncom/homework/grades.pm:1.812	Mon Aug 11 23:33:41 2025
+++ loncom/homework/grades.pm	Sat Aug 16 11:15:57 2025
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.812 2025/08/11 23:33:41 raeburn Exp $
+# $Id: grades.pm,v 1.813 2025/08/16 11:15:57 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -7094,7 +7094,7 @@
                                 $launch_to_symb{$launcher} = $possible;
                             }
                         }
-                    } elsif (grep(/^\Q$possible$\E$/, at updates)) {
+                    } elsif (grep(/^\Q$possible\E$/, at updates)) {
                         foreach my $launcher (keys(%{$passback{$possible}})) {
                             $possrespb{$launcher} = 1;
                             $launch_to_symb{$launcher} = $possible;




More information about the LON-CAPA-cvs mailing list