Test: Fix return in finally

This commit is contained in:
Roger A. Light 2026-04-27 17:01:54 +01:00 committed by Roger Light
parent 30898a50fb
commit 618efad893

View file

@ -115,7 +115,7 @@ def do_test():
except NameError:
pass
return rc
return rc
exit_code = do_test()