mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Test: Fix return in finally
This commit is contained in:
parent
30898a50fb
commit
618efad893
|
|
@ -115,7 +115,7 @@ def do_test():
|
|||
except NameError:
|
||||
pass
|
||||
|
||||
return rc
|
||||
return rc
|
||||
|
||||
|
||||
exit_code = do_test()
|
||||
|
|
|
|||
Loading…
Reference in a new issue