IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2010, 6:28:11 PM (16 years ago)
Author:
heather
Message:

I don't rememver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/haf_branches/ipp.20100512/ippScripts/scripts/addstar_run.pl

    r28034 r28059  
    113113           
    114114            if (!defined($minidvodb_name)) {
    115                 #take the active one
     115                #take the active one, if it's not defined on the command line
     116                #reverts would have this already set, for example.
    116117                my $command = "addtool -listminidvodbrun ";
    117118                $command .= " -minidvodb_group $minidvodb_group" if defined $minidvodb_group;
     
    129130                my $comp = $$components[0];
    130131                $minidvodb_name = $comp->{minidvodb_name};
    131                 print "herexxxxxxxxxxxxxxxxxx";
     132       
    132133                if (!defined($minidvodb_name)) {
    133134                    &my_die("Unable to parse minidvodb_name", $add_id, $PS_EXIT_PROG_ERROR);
     
    135136               
    136137            }
    137          
     138            # tack on the minidvodb part to the db.
    138139            $dvodbReal = $dvodbReal . '/' . $minidvodb_name . '/';
    139             print $dvodbReal;
     140           
    140141        }
    141142unless ($no_op) {
Note: See TracChangeset for help on using the changeset viewer.