mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
Fixed unmatched parentheses
This commit is contained in:
@@ -103,10 +103,11 @@ try:
|
|||||||
except Exception as x:
|
except Exception as x:
|
||||||
pprint(x)
|
pprint(x)
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
cxProfile = localrealm.new_l3_cx_profile()
|
cxProfile = localrealm.new_l3_cx_profile()
|
||||||
# set attributes of cxProfile
|
# set attributes of cxProfile
|
||||||
cxProfile.create("lf_udp", side_a=list(localrealm.find_ports_like("sta+", side_b="1.1.eth1")))
|
cxProfile.create("lf_udp", side_a=list(localrealm.find_ports_like("sta+")), side_b="1.1.eth1")
|
||||||
except Exception as x:
|
except Exception as x:
|
||||||
pprint(x)
|
pprint(x)
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user