Skip to content

Commit 63e861d

Browse files
committed
Fix linter warning
1 parent 5c43df1 commit 63e861d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests_e2e/scripts/debug_session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ async def main():
244244
process.terminate()
245245
await process.wait()
246246
except ProcessLookupError:
247+
# process already exited
247248
pass
248249

249250
stdout_task.cancel()

tests_e2e/scripts/local_session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ async def main():
130130
process.terminate()
131131
await process.wait()
132132
except ProcessLookupError:
133+
# proxess already exited
133134
pass
134135
if drain_out:
135136
drain_out.cancel()

0 commit comments

Comments
 (0)