IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30318


Ignore:
Timestamp:
Jan 20, 2011, 10:29:31 AM (15 years ago)
Author:
bills
Message:

minor tweak to setting recovery path base

File:
1 edited

Legend:

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

    r30259 r30318  
    194194        # if recoveryroot is a nebulous path we ignore the actual path and put the files in the
    195195        # the same "directory" as the input files
    196         $recoveryroot = "$dirname/REC_";
     196        $recoveryroot = $dirname;
    197197    } else {
     198        # otherwise we put the files in recoveryroot. Regardless, we prefix the basename with 'REC_'
    198199        $ipprc->outroot_prepare($recoveryroot);
    199200    }
    200     $recovery_path_base = $recoveryroot . $basename;
     201    $recovery_path_base = "$recoveryroot/REC_$basename";
    201202}
    202203
Note: See TracChangeset for help on using the changeset viewer.