Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.189.2.119 -r1.189.2.120 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 28 Dec 2021 13:13:47 -0000 1.189.2.119 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 7 Feb 2022 10:30:15 -0000 1.189.2.120 @@ -1135,7 +1135,6 @@ @param override_headers the list of variables in the CSV @param array_name the name of the array to set with the values from the CSV as each line is read. } { - # FIXME: We should catch the error here set csv_stream [open $file r] # Check if there are headers