Changeset 251


Ignore:
Timestamp:
Sep 8, 2017, 4:54:07 PM (7 years ago)
Author:
g7moreau
Message:
  • Small error (forget a .)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r250 r251  
    27562756         for my $sw (keys %{$db_building{$building}->{$loc}}) {
    27572757
    2758             print "\"$sw:$db_switch_output_port{$sw}\" [label = \"".format_aggregator4dot($db_switch_output_port{$sw})"\", color = black, fillcolor = lightblue,  peripheries = 2, style = filled];\n";
     2758            print "\"$sw:$db_switch_output_port{$sw}\" [label = \"".format_aggregator4dot($db_switch_output_port{$sw})."\", color = black, fillcolor = lightblue,  peripheries = 2, style = filled];\n";
    27592759
    27602760            my $swname  = $sw;
Note: See TracChangeset for help on using the changeset viewer.