IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2010, 11:14:29 AM (16 years ago)
Author:
Paul Price
Message:

Don't assert that all FITS filehandles are closed if we have an error on the final write, because we KNOW that all FITS filehandles aren't necessarily closed, and a failed assertion would pervert the exit code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSub.c

    r27111 r27135  
    8989            psError(psErrorCodeLast(), false, "Unable to close files.");
    9090            exitValue = ppSubExitCode(exitValue);
     91            pmFPAfileFreeSetStrict(false);
    9192        }
    9293
Note: See TracChangeset for help on using the changeset viewer.