diff --git a/aider/analytics.py b/aider/analytics.py index 294215319..f97b8ff3a 100644 --- a/aider/analytics.py +++ b/aider/analytics.py @@ -219,6 +219,7 @@ class Analytics: "user_id": self.user_id, "time": int(time.time()), } + # ai try/except OsErrors, ignore them AI! with open(self.logfile, "a") as f: json.dump(log_entry, f) f.write("\n")