From 7a3cc864ad3d61ebd6d6f3d3b8fbf211b78a333d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Flagothier?= <29896153+srfwx@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:07:45 +0100 Subject: [PATCH] Fix linter check --- pynetbox/core/endpoint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pynetbox/core/endpoint.py b/pynetbox/core/endpoint.py index 5b8a939..b5295d9 100644 --- a/pynetbox/core/endpoint.py +++ b/pynetbox/core/endpoint.py @@ -637,8 +637,8 @@ def count(self, *args, **kwargs): if any(i in RESERVED_KWARGS for i in kwargs): raise ValueError( - "A reserved {} kwarg was passed. Please remove it " - "try again.".format(RESERVED_KWARGS) + "A reserved kwarg was passed ({}). Please remove it " + "and try again.".format(RESERVED_KWARGS) ) ret = Request(