Changeset 28534 for branches/pap/ippScripts/scripts/dqstats_bundle.pl
- Timestamp:
- Jun 28, 2010, 8:11:04 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dqstats_bundle.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
/trunk (added) merged: 28500,28502,28507,28509-28512,28514,28516-28518,28520,28522,28524-28532
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/dqstats_bundle.pl
r27718 r28534 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.
