IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16330


Ignore:
Timestamp:
Feb 5, 2008, 5:59:46 PM (18 years ago)
Author:
Paul Price
Message:

Need to convert filename to an absolute path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Operations.pm

    r16326 r16330  
    11# Copyright (c) 2007  Paul Price
    22#
    3 # $Id: Operations.pm,v 1.5 2008-02-06 02:08:18 price Exp $
     3# $Id: Operations.pm,v 1.6 2008-02-06 03:59:46 price Exp $
    44
    55package PS::IPP::Operations;
     
    6363        return 0;
    6464    }
     65    $tess_dir = $ipprc->convert_filename_absolute( $tess_dir );
    6566
    6667    foreach my $skycell_id ( @$skycells ) {
Note: See TracChangeset for help on using the changeset viewer.