IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2010, 5:43:50 PM (16 years ago)
Author:
Paul Price
Message:

Adding log of deletion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_delete/ippScripts/scripts/magic_process.pl

    r27539 r27540  
    296296            file_check( $output );
    297297        }
     298
     299        foreach my $file (@deletions) {
     300            print "Deleting $file...\n";
     301            $ipprc->file_delete($file);
     302        }
     303
    298304    } else {
    299305        print "Skipping command: $command\n";
    300306    }
    301307
    302     foreach my $file (@deletions) {
    303         $ipprc->file_delete($file);
    304     }
    305308}
    306309
Note: See TracChangeset for help on using the changeset viewer.