Skip to content

Commit 7c5cf50

Browse files
committed
Fixed typo in origin checking
1 parent f38fca3 commit 7c5cf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cisco_gnmi/nx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def parse_xpath_to_gnmi_path(self, xpath, origin=None):
298298
"Cisco-NX-OS-device",
299299
"/Cisco-NX-OS-device",
300300
"cisco-nx-os-device",
301-
"/Cisco-nx-os-device"])
301+
"/cisco-nx-os-device"])
302302
):
303303
origin = "device"
304304
# Remove the module

0 commit comments

Comments
 (0)