Skip to content

Commit

Permalink
Fixed typo in origin checking
Browse files Browse the repository at this point in the history
  • Loading branch information
miott committed Jul 8, 2020
1 parent f38fca3 commit 7c5cf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cisco_gnmi/nx.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def parse_xpath_to_gnmi_path(self, xpath, origin=None):
"Cisco-NX-OS-device",
"/Cisco-NX-OS-device",
"cisco-nx-os-device",
"/Cisco-nx-os-device"])
"/cisco-nx-os-device"])
):
origin = "device"
# Remove the module
Expand Down

0 comments on commit 7c5cf50

Please sign in to comment.