mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
Fixed typo in Exception raised for ValueError when checking CXProfile sides
This commit is contained in:
@@ -271,7 +271,7 @@ class L3CXProfile(LFCliBase):
|
||||
side_a_resource = side_a_info[0]
|
||||
side_a_name = side_a_info[1]
|
||||
else:
|
||||
raise ValueError("side_b must have a shelf and/or resource number")
|
||||
raise ValueError("side_a must have a shelf and/or resource number")
|
||||
|
||||
for port_name in side_b:
|
||||
side_b_info = self.name_to_eid(port_name)
|
||||
|
||||
Reference in New Issue
Block a user