IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ippScripts/scripts/dqstats_bundle.pl

    r27718 r28794  
    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.