Hacker News new | ask | show | jobs
by dylanfw 2306 days ago
Change that `except Exception:` to just a bare `except:` to catch KeyboardInterrupts as well and prevent Ctrl+C from killing any of them while it expands.
1 comments

or "except BaseException"