IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2014, 2:04:28 PM (13 years ago)
Author:
bills
Message:

changes for pretend mode.

set no_update
only try the full filter set since the results for other combos will be incorrect

File:
1 edited

Legend:

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

    r35329 r36456  
    3333};
    3434
     35# don't update the database if we are pretending
     36$no_update = 1 if $pretend;
    3537
    3638my $missing_tools;
     
    113115        }
    114116    }
     117    last if $pretend;   # only do the first (full) set if we are in pretend mode
    115118}
    116119{
Note: See TracChangeset for help on using the changeset viewer.