diff options
Diffstat (limited to 'pylint/test/functional/lost_exception.py')
-rw-r--r-- | pylint/test/functional/lost_exception.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/test/functional/lost_exception.py b/pylint/test/functional/lost_exception.py index 685b6cd8c..fe7deddb7 100644 --- a/pylint/test/functional/lost_exception.py +++ b/pylint/test/functional/lost_exception.py @@ -33,6 +33,7 @@ def break_and_return(): def strange(): if True: return my_var + return None strange() if i: break |