From 6da5a6920171682bd5bf6a77517bedfef91cbd0e Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 15 Jun 2021 14:35:41 +0200 Subject: Line length: Fix recent merges Not fixing .rst, .md, .yaml, conf.py, .vat, and so on. Change-Id: Icc585d6dbebc8eb5c483b10326302571e94c614d Signed-off-by: Vratko Polak --- resources/libraries/python/VppApiCrc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'resources/libraries/python/VppApiCrc.py') diff --git a/resources/libraries/python/VppApiCrc.py b/resources/libraries/python/VppApiCrc.py index ca76397fc6..0cb8c2b7e7 100644 --- a/resources/libraries/python/VppApiCrc.py +++ b/resources/libraries/python/VppApiCrc.py @@ -373,8 +373,7 @@ class VppApiCrcChecker: if not matching: self._reported[api_name] = crc self.log_and_raise( - f"No active collection contains API {api_name!r} with CRC " - f"{crc!r}" + f"No active collection has API {api_name!r} with CRC {crc!r}" ) options = self._options[api_name] options.pop(u"vat_help", None) -- cgit 1.2.3-korg