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