other_cat@lemmy.zip to Programmer Humor@lemmy.worldEnglish · 2 days agoGuess Carefully Userlemmy.zipimagemessage-square14fedilinkarrow-up1133arrow-down13
arrow-up1130arrow-down1imageGuess Carefully Userlemmy.zipother_cat@lemmy.zip to Programmer Humor@lemmy.worldEnglish · 2 days agomessage-square14fedilink
minus-squarebrucethemoose@lemmy.worldlinkfedilinkEnglisharrow-up19·2 days agoTerrible 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.
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.