Gollum@feddit.de to Programmer Humor@programming.dev · 1 year agoA fun simple gamei.imgur.comimagemessage-square39fedilinkarrow-up1824arrow-down119
arrow-up1805arrow-down1imageA fun simple gamei.imgur.comGollum@feddit.de to Programmer Humor@programming.dev · 1 year agomessage-square39fedilink
minus-squareSynthead@lemmy.worldlinkfedilinkarrow-up55·1 year agoYou’ll get an OSError if you try to remove a directory with os.remove https://docs.python.org/3/library/os.html#os.remove
minus-squareKairuByte@lemmy.dbzer0.comlinkfedilinkarrow-up28·1 year agoI was gonna say, isn’t os.remove only for files? Docs say yes.
minus-squareZron@lemmy.worldlinkfedilinkarrow-up8·1 year agoDelete a random one of the System DLLs It’ll crash good and hard after a game or 2
You’ll get an OSError if you try to remove a directory with os.remove
https://docs.python.org/3/library/os.html#os.remove
I was gonna say, isn’t os.remove only for files? Docs say yes.
Delete a random one of the System DLLs
It’ll crash good and hard after a game or 2