Commit 0de723ac authored by Ulysse Beaugnon's avatar Ulysse Beaugnon

Improving the function to count the number of roads

parent 767e6793
......@@ -138,6 +138,7 @@ class TunnelManager:
if iface in self._route_count.keys():
self._route_count[iface] += 1
for iface in self._route_count.keys():
utils.log('Routes on iface %s : %s' % (iface,self._route_count[iface] ), 5)
utils.log('Routes on iface %s : %s' % (
iface,self._route_count[iface] ), 5)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment