Live data from Hacker News

Show HN: Wolverine: Give your Python scripts regenerative healing abilities

github.com

11–20 of 24 posts

Re: Show HN: Wolverine: Give your Python scripts regenerative healing abilities

#14

It's all fun and games until you get a subprocess.run(["rm", "/", "-rf"]) snuck in there that you fail to notice.

haha yes it did feel a bit wild just letting this run on my machine!

I wouldn't recommend running it on a script that's supposed to delete files

Re: Show HN: Wolverine: Give your Python scripts regenerative healing abilities

#15

It didnt pick up the bug in the else of the calculate function, presumably it is only running along the path that the script is running based on the inputs.

it will sometimes fix other bugs, but yeah the focus is on ones that caused the crash or are obvious
Post reply on HN