Skip to content

Commit

Permalink
sonar qube
Browse files Browse the repository at this point in the history
  • Loading branch information
cjjacks committed Oct 24, 2024
1 parent b04ecd1 commit 3892d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ait/core/server/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def __init__(
else:
raise (ValueError("TCPInputClient: Invalid Specification"))

def __exit__(self):
def __exit__(self, exc_type, exc_val, exc_tb):
try:
if self.sub:
self.sub.close()
Expand Down

0 comments on commit 3892d20

Please sign in to comment.