diff options
-rwxr-xr-x | gradescope2gradebook.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradescope2gradebook.tcl b/gradescope2gradebook.tcl index c750b86..217beec 100755 --- a/gradescope2gradebook.tcl +++ b/gradescope2gradebook.tcl @@ -97,7 +97,7 @@ set infoColumsMarkers {{ - Lateness \(H:M:S\)} { - Max Points} { - Submission Ti set skipCreationCol [concat $commonInfoCol $infoColumsMarkers] -# add columbs with reports to gradebook db +# add columns with reports to gradebook db foreach col [getColListFromAnyTable gdb export_table] { if { [isInList $col $skipCreationCol] } { continue |