Irit Katriel

Results 49 issues of Irit Katriel

In https://github.com/microsoft/nutter/blob/368248bb3c2ed88a60ba6f5953b89fcc2cd0364e/common/api.py#L296 there is a `return` statement in a `finally` block, which would swallow any in-flight exception. This means that if a BaseException (such as KeyboardInterrupt) is raised from the...

In https://github.com/elementary-data/elementary/blob/1f4e91c48e4e5a2e2bfefea08af7e41057a9ad0c/elementary/cli/cli.py#L30 there is a `return` statement in a `finally` block, which would swallow any in-flight exception. This means that if an unhandled exception (including a `BaseException` such as `KeyboardInterrupt`)...

Bug
Triage 👀

In https://github.com/jupyterhub/jupyterhub/blob/95a7c97052a4319826870e896d32ea46e9517957/jupyterhub/tests/conftest.py#L202 and https://github.com/jupyterhub/jupyterhub/blob/95a7c97052a4319826870e896d32ea46e9517957/jupyterhub/tests/conftest.py#L205 there is a `return` statement in a `finally` block, which would swallow any in-flight exception. This means that if an unhandled exception (including a `BaseException` such...

maintenance

In https://github.com/eventlet/eventlet/blob/8637820f468268ffb0b8504561ea4772de23fcdb/eventlet/greenpool.py#L95 there is a `return` statement in a `finally` block, which would swallow any in-flight exception. This means that if a `BaseException` (such as `KeyboardInterrupt`) is raised from the...

In https://github.com/grappa-py/grappa/blob/f1861e1572e68f031977e86a5d9eba1957bd164e/grappa/assertion.py#L52 there is a `return` statement in a `finally` block, which would swallow any in-flight exception. This means that if an unhandled exception (including a `BaseException` such as `KeyboardInterrupt`)...

In https://github.com/spotify/luigi/blob/829fc0c36ecb4d0ae4f0680dec6d538577b249a2/luigi/contrib/presto.py#L169 there is a `return` statement in a `finally` block, which would swallow any in-flight exception. This means that if an unhandled exception (including a `BaseException` such as `KeyboardInterrupt`)...

In https://github.com/oracle/oci-cli/blob/40b5ec913d23c5f252482a5a125f91f7648d8856/src/oci_cli/cli_util.py#L2079 there is a `return` statement in a `finally` block, which would swallow any in-flight exception. This means that if a BaseException (such as KeyboardInterrupt) is raised from the...

In https://github.com/facebookincubator/Bowler/blob/92c9eeb7eebab8a1b65a989d0cf3b4947773ea2b/bowler/main.py#L88 there is a `return` statement in a `finally` block, which would swallow any in-flight exception. This means that if an unhandled exception (including a `BaseException` such as `KeyboardInterrupt`)...

In https://github.com/linuxdeepin/youqu/blob/master/src/depends/dogtail/tree.py#L324 there is a `return` statement in a `finally` block, which would swallow any in-flight exception. This means that if an unhandled exception (including a `BaseException` such as `KeyboardInterrupt`)...