IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2010, 3:33:30 PM (16 years ago)
Author:
Paul Price
Message:

Only close MOPS file if MOPS processing.

File:
1 edited

Legend:

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

    r26986 r27286  
    219219    }
    220220
    221     close $mopsPositiveFile;
    222     close $mopsNegativeFile;
     221    close $mopsPositiveFile if $product eq 'IPP-MOPS';
     222    close $mopsNegativeFile if $product eq 'IPP-MOPS';
    223223
    224224    if ($product eq 'IPP-MOPS') {
Note: See TracChangeset for help on using the changeset viewer.