IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41463 for trunk


Ignore:
Timestamp:
Jan 5, 2021, 10:07:45 PM (6 years ago)
Author:
tdeboer
Message:

fix of nsDiffState issue

File:
1 edited

Legend:

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

    r41461 r41463  
    14621462            if ((defined($science_config{$target}{DESPERATE_DIFFS})) && ($science_config{$target}{DESPERATE_DIFFS} == 1)) {
    14631463                foreach my $filter (@filter_list) {
    1464                     # This one needs to return a state to see if we need to wait on stacking before checking again.
    1465                     $metadata_out{nsDiffState} = desperate_diff_queue($date,$target,$filter,$pretend);
     1464                    desperate_diff_queue($date,$target,$filter,$pretend);
    14661465                }
    14671466            }
Note: See TracChangeset for help on using the changeset viewer.