From 73ee889aefa266b49e8ab612a5c7c7c6207be3be Mon Sep 17 00:00:00 2001 From: Peng LEI Date: Sat, 7 Dec 2024 22:57:41 +0800 Subject: [PATCH] fix: pylint --- src/protosuites/bats/bats_protocol.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/protosuites/bats/bats_protocol.py b/src/protosuites/bats/bats_protocol.py index 3e5dbee..3763b64 100644 --- a/src/protosuites/bats/bats_protocol.py +++ b/src/protosuites/bats/bats_protocol.py @@ -12,6 +12,7 @@ class BATSProtocol(IProtoSuite): def __init__(self, config: ProtoConfig): super().__init__(config) + # self.protocol_args: str = self.protocol_args if self.config.path is None: logging.error("No protocol path specified.") return