Closed nbeaver closed 2 years ago
Fixes a typo in the format string for a NameError on a duplicate name.
Fix the NameError so that is says e.g.
'New POI name "my-name" already present in current POI list.'"
instead of
"'New POI name "{0}" already present in current POI list.'"
There's also an trailing newline at the end that the Github text editor added automatically.
This gives a more informative error message.
Trivial change, has been tested manually.
documentation/changelog.md
Fixes a typo in the format string for a NameError on a duplicate name.
Description
Fix the NameError so that is says e.g.
instead of
There's also an trailing newline at the end that the Github text editor added automatically.
Motivation and Context
This gives a more informative error message.
How Has This Been Tested?
Trivial change, has been tested manually.
Types of changes
Checklist:
documentation/changelog.md
)