IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2011, 3:48:12 PM (15 years ago)
Author:
watersc1
Message:

I know I fixed that already. All I can think is that it got eaten by SVN somewhere.

data_state -> imfile_state to match output of regtool -checkstatus.

File:
1 edited

Legend:

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

    r30944 r30999  
    148148                $this_exp_id = $entry->{exp_id};
    149149                $this_uri    = $entry->{uri};
    150                 $this_state  = $entry->{data_state};
     150                $this_state  = $entry->{imfile_state};
    151151                print ">> $this_exp_id $this_uri $this_state\n";
    152152                if ($this_state eq 'pending_burntool') {
Note: See TracChangeset for help on using the changeset viewer.