maris@lemmy.world to Programmer Humor@programming.dev · 1 day agoGambling with Lainlemmy.worldimagemessage-square29fedilinkarrow-up1288arrow-down111
arrow-up1277arrow-down1imageGambling with Lainlemmy.worldmaris@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square29fedilink
minus-squareLostXOR@fedia.iolinkfedilinkarrow-up35·23 hours agoIsADirectoryError: [Errno 21] Is a directory: 'C:\Windows\System32' At least use shutil.rmtree for some semblance of possibility.
minus-squareChaoticNeutralCzech@feddit.orglinkfedilinkEnglisharrow-up14·22 hours agoAlso, the backslashes need to be escaped I believe
minus-squarebrucethemoose@lemmy.worldlinkfedilinkarrow-up3·20 hours agoOr just use forward slashes like someone sane!
IsADirectoryError: [Errno 21] Is a directory: 'C:\Windows\System32'
At least use
shutil.rmtree
for some semblance of possibility.Also, the backslashes need to be escaped I believe
Or just use forward slashes like someone sane!