other_cat to Programmer Humor@lemmy.worldEnglish · 2 days agoGuess Carefully Userimagemessage-square15fedilinkarrow-up1426arrow-down18
arrow-up1418arrow-down1imageGuess Carefully Userother_cat to Programmer Humor@lemmy.worldEnglish · 2 days agomessage-square15fedilink
minus-squarebrucethemoose@lemmy.worldlinkfedilinkEnglisharrow-up50·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.