IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 1, 2009, 5:54:33 PM (17 years ago)
Author:
Paul Price
Message:

diff_id wasn't being put in the file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippScripts/scripts/publish_file.pl

    r25236 r25239  
    233233    $data->{fake_id} = $comp->{fake_id} unless defined $data->{fake_id};
    234234    $data->{warp_id} = $comp->{warp_id} unless defined $data->{warp_id};
     235    $data->{diff_id} = $comp->{diff_id} unless defined $data->{diff_id};
    235236    $data->{direction} = $comp->{direction} unless defined $data->{direction};
    236237
     
    244245    &my_die("fake_id value for $name doesn't match", $pub_id, $PS_EXIT_SYS_ERROR) if defined $data->{fake_id} and $comp->{fake_id} != $data->{fake_id};
    245246    &my_die("warp_id value for $name doesn't match", $pub_id, $PS_EXIT_SYS_ERROR) if defined $data->{warp_id} and $comp->{warp_id} != $data->{warp_id};
     247    &my_die("diff_id value for $name doesn't match", $pub_id, $PS_EXIT_SYS_ERROR) if defined $data->{diff_id} and $comp->{diff_id} != $data->{diff_id};
    246248    &my_die("direction value for $name doesn't match", $pub_id, $PS_EXIT_SYS_ERROR) if defined $data->{direction} and $comp->{direction} != $data->{direction};
    247249
Note: See TracChangeset for help on using the changeset viewer.