maris@lemmy.world to Programmer Humor@programming.dev · 21 days agoGambling with Lainlemmy.worldimagemessage-square21fedilinkarrow-up1202arrow-down19
arrow-up1193arrow-down1imageGambling with Lainlemmy.worldmaris@lemmy.world to Programmer Humor@programming.dev · 21 days agomessage-square21fedilink
minus-squareLostXOR@fedia.iolinkfedilinkarrow-up29·21 days agoIsADirectoryError: [Errno 21] Is a directory: 'C:\Windows\System32' At least use shutil.rmtree for some semblance of possibility.
minus-squareChaoticNeutralCzech@feddit.orglinkfedilinkEnglisharrow-up11·21 days agoAlso, the backslashes need to be escaped I believe
minus-squarebrucethemoose@lemmy.worldlinkfedilinkarrow-up2·21 days 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!