IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18620


Ignore:
Timestamp:
Jul 18, 2008, 12:57:00 PM (18 years ago)
Author:
bills
Message:

detect a couple of errors

Location:
trunk/pstamp/scripts
Files:
2 edited

Legend:

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

    r18544 r18620  
    161161        print STDERR "ppstamp failed with error code: $jobStatus\n";
    162162    }
     163} elsif ($jobType eq "detect_query") {
     164    die("multiple detect_query jobs not supported yet");
    163165} else {
    164166    die("unknown jobType $jobType found");
  • trunk/pstamp/scripts/request_finish.pl

    r18588 r18620  
    5050$err .= "--req_type is required\n" if !$req_type;
    5151$err .= "--req_name is required\n" if !$req_name;
     52$err .= "--product is required\n" if !$product;
    5253
    5354die "$err" if $err;
Note: See TracChangeset for help on using the changeset viewer.