IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27193


Ignore:
Timestamp:
Mar 4, 2010, 3:25:19 PM (16 years ago)
Author:
watersc1
Message:

Fixed logs not getting the correct information in the pantasks module, and added a check that the compress phase actually did create the file it was expected to.

Location:
trunk
Files:
2 edited

Legend:

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

    r27169 r27193  
    122122    $database_command .= " -dbname $dbname" if defined $dbname;
    123123
     124    &my_die("Expected output compressed file not found: $compUri\n", $exp_id,$exp_name,$class_id, $uri,$PS_EXIT_SYS_ERROR)
     125        unless ($ipprc->file_exists($compUri));
     126
    124127    if ($no_update || $no_op) {
    125128        print STDERR "NOUPDATE: $database_command\n";
  • trunk/ippTasks/lossy_compress.pro

    r27149 r27193  
    142142        end
    143143
    144         stdout $LOGDIR/lossycomp.imfile.run.log
     144        stderr $LOGDIR/lossycomp.imfile.run.log
    145145        stdout $LOGDIR/lossycomp.imfile.run.log
    146146
Note: See TracChangeset for help on using the changeset viewer.