Changeset 330 for trunk/ddt/ddt


Ignore:
Timestamp:
Aug 27, 2018, 1:40:53 PM (6 years ago)
Author:
g7moreau
Message:
  • Replace and by , in command list. More robust in this case
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ddt/ddt

    r329 r330  
    21702170      next if $domainset_current eq 'version';
    21712171
    2172       $tb_computer->add($domainset_current) and next LOOP_ON_DOMAIN if not exists $computer_db->{'dset'}{$domainset_current};
     2172      $tb_computer->add($domainset_current), next LOOP_ON_DOMAIN if not exists $computer_db->{'dset'}{$domainset_current};
    21732173
    21742174      my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime $computer_db->{'dset'}{$domainset_current}{'modify_time'};
Note: See TracChangeset for help on using the changeset viewer.