IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27100


Ignore:
Timestamp:
Feb 25, 2010, 5:54:44 PM (16 years ago)
Author:
Paul Price
Message:

Fix my_die.

File:
1 edited

Legend:

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

    r27099 r27100  
    338338                &my_die("Couldn't find expected output file: $inverseSources", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($inverseSources);
    339339                if ($run_state eq 'new') {
    340                     &my_die("Couldn't find expected output file: $configuration", $diff_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($configuration);
     340                    &my_die("Couldn't find expected output file: $configuration", $diff_id, $skycell_id $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($configuration);
    341341                }
    342342            }
Note: See TracChangeset for help on using the changeset viewer.