Last analyzed 6ca2230 6 months ago
Default analysis branch is
Currently analyzing run
Catching previously caught exception PYL-W0705
Bug risk
6 months ago6 months old
Catching previously caught exception type KeyboardInterrupt
 9        except (KeyboardInterrupt, EOFError):
10            print()
11            exit()
12        except (BaseException, KeyboardInterrupt) as e:13            print(e)
14
15