this post was submitted on 28 Feb 2025
434 points (100.0% liked)

Programmer Humor

1653 readers
1 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 50 points 2 months ago

Terrible code.

os.remove does not remove folders, for that you want shutil.rmtree().

Best to just do the user data folder since that’s where you have permission anyway.