Skip to content

Commit

Permalink
remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Jan 6, 2025
1 parent 17e825d commit 8a26a21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python_files/vscode_pytest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,8 +923,7 @@ def send_message(

if __writer is None:
try:
# option B: put this there: , buffering=1024
__writer = open(TEST_RUN_PIPE, "wb") # noqa: SIM115, PTH123 (-1 no ,0 auto,1, int [this is the value of the buffer size])
__writer = open(TEST_RUN_PIPE, "wb") # noqa: SIM115, PTH123
except Exception as error:
error_msg = f"Error attempting to connect to extension named pipe {TEST_RUN_PIPE}[vscode-pytest]: {error}"
print(error_msg, file=sys.stderr)
Expand Down

0 comments on commit 8a26a21

Please sign in to comment.