IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27897


Ignore:
Timestamp:
May 10, 2010, 10:51:02 AM (16 years ago)
Author:
bills
Message:

changed some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_parser_run.pl

    r27874 r27897  
    8484
    8585if (!$outdir or ($outdir eq "NULL")) {
    86     # workdir is where all of the files generated for this request are placed
     86    # outdir is where all of the files generated for this request are placed
    8787    # NOTE: this location needs to be kept in sync with the web interface ( request.php )
    8888    my $datestr = strftime "%Y%m%d", gmtime;
     
    124124    }
    125125} elsif ($uri ne $new_uri) {
    126     # put a link to the file into the workdir
     126    # copy the request file into outdir
    127127    if (-e $new_uri) {
     128        # file exists already delete it incase the previous copy is bogus
    128129        unlink $new_uri or my_die("failed to unlink $new_uri", $req_id, $PS_EXIT_UNKNOWN_ERROR);
    129130    }
Note: See TracChangeset for help on using the changeset viewer.