Skip to content

Commit 632bff1

Browse files
authored
Merge branch 'master' into bgp-rib
2 parents 9e11b83 + 1134dd7 commit 632bff1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pathman_sr.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@
6868

6969

7070
#==============================================================
71+
7172
version = '5.9i'
73+
7274
# Defaults overridden by pathman_ini.py
7375
odl_ip = '127.0.0.1'
7476
odl_port = '8181'
@@ -402,6 +404,7 @@ def get_config(url_list, match):
402404
logging.info("No sid for: %s" % node)
403405
else:
404406
logging.error("No rid for: %s" % node)
407+
405408
except:
406409
logging.error("failure to get netconf data for: %s" % node)
407410
return node_configs, rid_dict

0 commit comments

Comments
 (0)