IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2008, 3:08:02 PM (18 years ago)
Author:
bills
Message:

more tweaks.

File:
1 edited

Legend:

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

    r18233 r18247  
    6868# if -list is used, it must be the first argument
    6969my $listMode;
    70 if ($ARGV[0] eq "-list" ) {
     70if ($ARGV[0] eq "-list_uri" ) {
    7171    $listMode=1;
    7272} else  {
     
    9292    ### In list mode just parse the file print the output and we're done
    9393    ###
    94     my $command = "$pstampparse $request_file";
     94    ### XXX TODO: I shouldn't need this -mode list_uri since it's in the request file
     95    my $command = "$pstampparse -mode list_uri $request_file";
    9596    $command .= " -dbname $dbname" if $dbname;
    9697    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.