IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2008, 4:14:56 PM (18 years ago)
Author:
Paul Price
Message:

Add path_base when failing.

File:
1 edited

Legend:

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

    r20428 r20456  
    272272        $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400));
    273273        $command .= " -hostname $host" if defined $host;
     274        $command .= " -path_base $outroot" if defined $outroot;
    274275        $command .= " -dbname $dbname" if defined $dbname;
    275276        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.