other_cat@lemmy.zip to Programmer Humor@lemmy.worldEnglish · 3 days agoGuess Carefully Userlemmy.zipimagemessage-square15fedilinkarrow-up1428arrow-down18
arrow-up1420arrow-down1imageGuess Carefully Userlemmy.zipother_cat@lemmy.zip to Programmer Humor@lemmy.worldEnglish · 3 days agomessage-square15fedilink
minus-squarebrucethemoose@lemmy.worldlinkfedilinkEnglisharrow-up50·3 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.