IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 21, 2008, 11:24:54 AM (17 years ago)
Author:
bills
Message:

change error for empty filesets to one that doesn't get cleared by
pztool -clearcommonfaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pzgetimfiles.c

    r20809 r20813  
    117117        // download an "empty" fileset.
    118118        // mark the summitExp row as faulted
    119         if (!p_psDBRunQuery(config->dbh, "UPDATE summitExp SET fault = %d WHERE exp_name = '%s' AND camera = '%s' AND telescope = '%s'", 42, filesetid, camera, telescope)) {
     119        if (!p_psDBRunQuery(config->dbh, "UPDATE summitExp SET fault = %d WHERE exp_name = '%s' AND camera = '%s' AND telescope = '%s'", 250, filesetid, camera, telescope)) {
    120120                psError(PS_ERR_UNKNOWN, false, "database error");
    121121        }
Note: See TracChangeset for help on using the changeset viewer.