Changeset 26670 for trunk/tools/make_burntool_pcontrol.pl
- Timestamp:
- Jan 22, 2010, 11:38:51 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/make_burntool_pcontrol.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/make_burntool_pcontrol.pl
r26527 r26670 266 266 printf(" burntool %s %s\n",$date_min,$date_max); 267 267 } 268 print "\n"; 268 unless(exists($opt{d})) { 269 print "\n"; 270 } 269 271 $N_ranges += ($#start_s + 1); 270 272 } … … 311 313 } 312 314 sub print_short_epilogue { 315 if (exists($opt{b})) { 316 print STDERR "There were no science exposures to process. Sorry, try again tomorrow.\n"; 317 return(); 318 } 313 319 print << 'END_SHORT_EPILOGUE'; 314 320
Note:
See TracChangeset
for help on using the changeset viewer.
