IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2010, 8:11:04 PM (16 years ago)
Author:
Paul Price
Message:

Merging trunk in preparation for merging branch to trunk.

Location:
branches/pap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap

  • branches/pap/ippScripts/scripts/dqstats_bundle.pl

    r27718 r28534  
    7373# Output products
    7474unless (defined($uri)) {
    75     $uri = "/data/${host}.0/tmp/dqstats.${dqstats_id}.fits";
     75    $uri = "/tmp/dqstats.${dqstats_id}.fits";
    7676}
    7777#$ipprc->outroot_prepare($uri); # hm....need to think more here.
     
    9090    unless ($success) {
    9191        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
     92        unlink($uri);
    9293        &my_die("Unable to create the bundle.: $error_code", $dqstats_id, $error_code);
    9394    }
     
    106107    unless ($success) {
    107108        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
     109        unlink($uri);
    108110        &my_die("Unable to register the bundle.: $error_code", $dqstats_id, $error_code);
    109111    }
Note: See TracChangeset for help on using the changeset viewer.