IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42042


Ignore:
Timestamp:
Feb 16, 2022, 5:14:30 PM (4 years ago)
Author:
mhuber
Message:

add set imagedb to properly send to queue_update_run (IPP-1603)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/dqueryparse.pl

    r41584 r42042  
    448448            my $stage_id = $query{$fpa_id}{STAGE_ID}[$i];
    449449            my $component = $query{$fpa_id}{COMPONENT_ID}[$i];
     450            my $imagedb = $query{$fpa_id}{IMAGE_DB}[$i];
    450451            print "Need to UPDATE $stage $stage_id $component from $data_state\n";
    451452            $dep_id = queue_update_run($req_id, $outdir, $label, $data_state, $stage, $stage_id, $component, 0, $imagedb);
Note: See TracChangeset for help on using the changeset viewer.