IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27243


Ignore:
Timestamp:
Mar 10, 2010, 5:21:21 PM (16 years ago)
Author:
Paul Price
Message:

Since the path_base wasn't being set in magicNodeResult when a fault was reported, the path_base wasn't set, so we'll get it from the workdir.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/errors.pl

    r27242 r27243  
    5757    $table = "warpSkyfile";
    5858} elsif ($stage eq "magic") {
    59     $sql = "SELECT magic_id, node, 'unknown' AS hostname, path_base FROM magicRun JOIN magicNodeResult USING(magic_id) WHERE magicNodeResult.fault != 0";
     59    $sql = "SELECT magic_id, node, 'unknown' AS hostname, CONCAT(workdir, '.', node) FROM magicRun JOIN magicNodeResult USING(magic_id) WHERE magicNodeResult.fault != 0";
    6060    $table = "magicNodeResult";
    6161} else {
Note: See TracChangeset for help on using the changeset viewer.