IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9209


Ignore:
Timestamp:
Oct 4, 2006, 10:32:20 AM (20 years ago)
Author:
Paul Price
Message:

Delete statistics file when done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_stack.pl

    r9190 r9209  
    135135        run(command => $command, verbose => 1);
    136136    die "Unable to perform dettool -addstacked: $error_code\n" if not $success;
     137
     138    unlink $statsFile;
    137139}
    138140
Note: See TracChangeset for help on using the changeset viewer.