Skip to content

Commit a311176

Browse files
authored
Added comment
1 parent 6dfd760 commit a311176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pygnmi/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ def get(self, prefix: str = "", path: list = None, target: str = None, datatype:
479479
{"alias": notification.alias}
480480
) if notification.alias else notification_container.update({"alias": None})
481481

482+
# Message Notification, Key target
482483
notification_container.update(
483484
{"target": notification.prefix.target}
484485
) if notification.prefix.target else notification_container.update({"target": None})

0 commit comments

Comments
 (0)