mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
chore: add comment about ignoring OsErrors in analytics logging
This commit is contained in:
parent
8fc030ba83
commit
c51afc952c
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue