Index: trunk/pstamp/scripts/pstamp_finish.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_finish.pl	(revision 20256)
+++ trunk/pstamp/scripts/pstamp_finish.pl	(revision 20257)
@@ -110,4 +110,6 @@
     my ($rlf, $reglist_name) = tempfile ("$out_dir/reglist.XXXX", UNLINK => !$save_temps);
     print $rlf "results.fits|||table|\n";
+
+    # XXX: this file is in the request's workdir not the out_dir
     my $err_file = "$out_dir/parse_error.txt";
     if (-e $err_file ) {
@@ -138,5 +140,5 @@
             # including those that produced no jobs.
             # for now add an entry for rownum 1 and a phony error code.
-            # we've included parse_results.txt to the fileset if it exists
+            # we've included parse_error.txt to the fileset if it exists
             #
             my $rownum = 0;
Index: trunk/pstamp/scripts/pstamp_results_file.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_results_file.pl	(revision 20256)
+++ trunk/pstamp/scripts/pstamp_results_file.pl	(revision 20257)
@@ -91,5 +91,4 @@
 
         # output parameters
-#        { name => 'STAMP_NAME', type => '16A', writetype => TSTRING },  
         { name => 'OPTION_MASK',type => 'J', writetype   => TULONG },     
 
