IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2010, 3:14:32 PM (16 years ago)
Author:
Paul Price
Message:

Add path_base on error.

File:
1 edited

Legend:

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

    r26933 r27240  
    421421        $command .= " -node $node";
    422422        $command .= " -fault $exit_code";
     423        $command .= " -path_base $outroot" if defined $outroot;
    423424        $command .= " -dbname $dbname" if defined $dbname;
    424425        system($command);
Note: See TracChangeset for help on using the changeset viewer.