IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31471


Ignore:
Timestamp:
May 6, 2011, 1:42:05 PM (15 years ago)
Author:
watersc1
Message:

Fix "chip_mode doesn't set lapRun state correctly" bug. It worked for me as me because I wasn't running the up-to-date script, but the old one that exits with status of 1. Still have other bugs to work out, though.

File:
1 edited

Legend:

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

    r31464 r31471  
    9999    my $status = queue_chips($lap_id);
    100100
    101     if ($status) {
     101    if (!$status) { # This is the culprit.
    102102        my $command = "$laptool -updaterun -lap_id $lap_id";
    103103        $command .= " -dbname $dbname " if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.