projects
/
pgwui_menu
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65f3b20
)
Improve error message
author
Karl O. Pinc
<kop@karlpinc.com>
Sat, 21 Nov 2020 19:46:59 +0000
(13:46 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Sat, 21 Nov 2020 19:46:59 +0000
(13:46 -0600)
src/pgwui_menu/exceptions.py
patch
|
blob
|
history
diff --git
a/src/pgwui_menu/exceptions.py
b/src/pgwui_menu/exceptions.py
index 26ca00db6ab2462e430f7c79c5562db893d3dbb5..91785823acf6a4396ca95f6f4c8e413b493e0e7a 100644
(file)
--- a/
src/pgwui_menu/exceptions.py
+++ b/
src/pgwui_menu/exceptions.py
@@
-32,7
+32,7
@@
class BadOrderItemError(MenuError):
def __init__(self, components, value):
super().__init__(
'The "pgwui.pgwui_menu.order" PGWUI setting must be '
- f'a
PGWUI component name, one of
{components}; '
+ f'a
n installed PGWUI component name; installed are:
{components}; '
f'({value}) was supplied')