We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc5ebe commit 55816abCopy full SHA for 55816ab
src/libtmux/_internal/query_list.py
@@ -33,11 +33,11 @@ def __call__(
33
34
35
class MultipleObjectsReturned(Exception):
36
- """The requested object does not exist."""
+ """The query returned multiple objects when only one was expected."""
37
38
39
class ObjectDoesNotExist(Exception):
40
- """The query returned multiple objects when only one was expected."""
+ """The requested object does not exist."""
41
42
43
def keygetter(
0 commit comments