Skip to content

Commit

Permalink
skip ph.shutdown for faster exit
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Nov 30, 2024
1 parent d9b1bcb commit 3ee78ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aider/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,3 @@ def event(self, event_name, main_model=None, **kwargs):
with open(self.logfile, "a") as f:
json.dump(log_entry, f)
f.write("\n")

def __del__(self):
if self.ph:
self.ph.shutdown()

0 comments on commit 3ee78ef

Please sign in to comment.