akarneliuk / pygnmi

The pure Python implementation of the gNMI client.
https://training.karneliuk.com
BSD 3-Clause "New" or "Revised" License
129 stars 44 forks source link

Correct wrong operation name in exception text #88

Closed sebageek closed 2 years ago

sebageek commented 2 years ago

Exception said that replace was in a wrong format but actually update was (same as the log.error() message).

akarneliuk commented 2 years ago

thanks @sebageek