- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ippScripts/scripts/dqstats_bundle.pl
r27718 r28794 73 73 # Output products 74 74 unless (defined($uri)) { 75 $uri = "/ data/${host}.0/tmp/dqstats.${dqstats_id}.fits";75 $uri = "/tmp/dqstats.${dqstats_id}.fits"; 76 76 } 77 77 #$ipprc->outroot_prepare($uri); # hm....need to think more here. … … 90 90 unless ($success) { 91 91 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 92 unlink($uri); 92 93 &my_die("Unable to create the bundle.: $error_code", $dqstats_id, $error_code); 93 94 } … … 106 107 unless ($success) { 107 108 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 109 unlink($uri); 108 110 &my_die("Unable to register the bundle.: $error_code", $dqstats_id, $error_code); 109 111 }
Note:
See TracChangeset
for help on using the changeset viewer.
