Skip to content

Commit c183e7a

Browse files
authored
Update client.py
1 parent 3376f0b commit c183e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygnmi/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def get(
453453
# Gnmi PREFIX
454454
try:
455455
protobuf_prefix = gnmi_path_generator(prefix, target)
456-
456+
457457
except Exception as e:
458458
logger.error("Conversion of gNMI prefix to the Protobuf format failed")
459459
raise gNMIException("Conversion of gNMI prefix to the Protobuf format failed", e)

0 commit comments

Comments
 (0)