IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16748


Ignore:
Timestamp:
Feb 28, 2008, 4:41:31 PM (18 years ago)
Author:
Paul Price
Message:

Fixing compilation problem.

File:
1 edited

Legend:

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

    r16727 r16748  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.77 2008-02-29 00:57:50 price Exp $
     3# $Id: Config.pm,v 1.78 2008-02-29 02:41:31 price Exp $
    44
    55package PS::IPP::Config;
     
    10451045    $tess_dir = $self->convert_filename_absolute( $tess_dir );
    10461046
    1047     unless ($self->file_exists( $outName )) {
    1048         my $outNameResolved = $self->file_create( $outName ); # Resolved filename, for Nebulous
    1049         my $command = "$dvoImageExtract -D CATDIR $tess_dir $skycell_id -o $outNameResolved";
     1047    unless ($self->file_exists( $outname )) {
     1048        my $outnameResolved = $self->file_create( $outname ); # Resolved filename, for Nebulous
     1049        my $command = "$dvoImageExtract -D CATDIR $tess_dir $skycell_id -o $outnameResolved";
    10501050        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    10511051            run(command => $command, verbose => $verbose);
    1052         die "Unable to perform dvoImageExtract for $tess_id $skycell_id\n" unless ($success and $self->file_exists( $outName ));
     1052        die "Unable to perform dvoImageExtract for $tess_id $skycell_id\n" unless ($success and $self->file_exists( $outname ));
    10531053    }
    10541054
Note: See TracChangeset for help on using the changeset viewer.