Skip to content

Commit

Permalink
Remove client closing on Launch finish
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Oct 16, 2023
1 parent 258a30d commit 23d093d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion reportportal_client/aio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ async def finish_launch(self,
else:
result = ""
await self.__client.log_batch(self._log_batcher.flush())
await self.close()
return result

async def update_test_item(
Expand Down
1 change: 0 additions & 1 deletion reportportal_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,6 @@ def finish_launch(self,
else:
message = ""
self._log(self._log_batcher.flush())
self.close()
return message

def update_test_item(self, item_uuid: str, attributes: Optional[Union[list, dict]] = None,
Expand Down

0 comments on commit 23d093d

Please sign in to comment.