Changeset 32267 for trunk/tools/diskspace/run_counter.pl
- Timestamp:
- Aug 31, 2011, 5:24:10 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/diskspace/run_counter.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/diskspace/run_counter.pl
r32265 r32267 55 55 my $datestring = $dt->ymd; 56 56 my $outfile = "neb:///ipp_diskspace/${datestring}/run_im_counts.dat"; 57 my $out_fh = $ipprc->file_create_open($outfile); 57 my $out_fh; 58 if ($ipprc->file_exists($outfile)) { 59 my $U_file = $ipprc->file_resolve($outfile); 60 open($out_fh,">$U_file"); 61 } 62 else { 63 $out_fh = $ipprc->file_create_open($outfile); 64 } 58 65 59 66 foreach $s (keys %stages) {
Note:
See TracChangeset
for help on using the changeset viewer.
