Skip to content

Commit

Permalink
fix: pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
penglei0 committed Dec 7, 2024
1 parent 22669a6 commit 73ee889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/protosuites/bats/bats_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73ee889

Please sign in to comment.