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