IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2023, 11:20:42 AM (3 years ago)
Author:
eugene
Message:

more fixes to the directory hierarchy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/advance.rawfix.pl

    r42462 r42464  
    5656
    5757    # select and advance nights already running
    58     my $sql_get_run = "SELECT dateobs from nights where state like '%.done'";
     58    my $sql_get_run = "SELECT dateobs from nights where state like '%.done' and state != 'md5fix.done'";
    5959    my $runref   = $raw_dbh->selectall_arrayref( $sql_get_run );
    6060    my @runarray = @$runref;
Note: See TracChangeset for help on using the changeset viewer.