From: Arnaud Giersch Date: Mon, 19 Jul 2021 21:12:51 +0000 (+0200) Subject: [lgtm] Fix unreachable statement. X-Git-Tag: v3.29~193 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/198e3ed3d692a2668a1609ae85760a5010dc78e7 [lgtm] Fix unreachable statement. --- diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index a51dac83eb..2552c71b4d 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -674,5 +674,4 @@ if __name__ == '__main__': print("Test suite from stdin OK") else: print("Test suite `" + f.filename + "' OK") - else: - tesh_exit(return_code) + tesh_exit(return_code)